Searched defs:fb_cursor_user (Results 1 – 1 of 1) sorted by relevance
119 struct fb_cursor_user { struct120 __u16 set; /* what to set */121 __u16 enable; /* cursor on/off */122 __u16 rop; /* bitop operation */123 const char __user *mask; /* cursor mask bits */124 struct fbcurpos hot; /* cursor hot spot */125 struct fb_image_user image; /* Cursor image */