Searched defs:fb_cursor_user (Results 1 – 1 of 1) sorted by relevance
515 struct fb_cursor_user { struct516 __u16 set; /* what to set */517 __u16 enable; /* cursor on/off */518 __u16 rop; /* bitop operation */519 const char __user *mask; /* cursor mask bits */520 struct fbcurpos hot; /* cursor hot spot */521 struct fb_image_user image; /* Cursor image */