Searched defs:fb_cursor (Results 1 – 1 of 1) sorted by relevance
386 struct fb_cursor { struct387 __u16 set; /* what to set */388 __u16 enable; /* cursor on/off */389 __u16 rop; /* bitop operation */390 const char *mask; /* cursor mask bits */391 struct fbcurpos hot; /* cursor hot spot */392 struct fb_image image; /* Cursor image */