Searched defs:synthvid_pointer_shape (Results 1 – 1 of 1) sorted by relevance
194 struct synthvid_pointer_shape { struct195 u8 part_idx;196 u8 is_argb;197 u32 width; /* CURSOR_MAX_X at most */198 u32 height; /* CURSOR_MAX_Y at most */199 u32 hot_x; /* hotspot relative to upper-left of pointer image */200 u32 hot_y;201 u8 data[4];