Searched defs:synthvid_pointer_shape (Results 1 – 1 of 1) sorted by relevance
157 struct synthvid_pointer_shape { struct158 u8 part_idx;159 u8 is_argb;160 u32 width; /* CURSOR_MAX_X at most */161 u32 height; /* CURSOR_MAX_Y at most */162 u32 hot_x; /* hotspot relative to upper-left of pointer image */163 u32 hot_y;164 u8 data[4];