Searched defs:synthvid_pointer_shape (Results 1 – 1 of 1) sorted by relevance
148 struct synthvid_pointer_shape { struct149 u8 part_idx;150 u8 is_argb;151 u32 width; /* CURSOR_MAX_X at most */152 u32 height; /* CURSOR_MAX_Y at most */153 u32 hot_x; /* hotspot relative to upper-left of pointer image */154 u32 hot_y;155 u8 data[4];