Searched defs:fb_cursor (Results 1 – 1 of 1) sorted by relevance
369 struct fb_cursor { struct370 __u16 set; /* what to set */371 __u16 enable; /* cursor on/off */372 __u16 rop; /* bitop operation */373 const char *mask; /* cursor mask bits */374 struct fbcurpos hot; /* cursor hot spot */375 struct fb_image image; /* Cursor image */