Home
last modified time | relevance | path

Searched defs:fb_fix_cursorinfo (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/
H A Dfbpriv.h234 struct fb_fix_cursorinfo { struct
235 __u16 crsr_width; /* width and height of the cursor in */
236 __u16 crsr_height; /* pixels (zero if no cursor) */
237 __u16 crsr_xsize; /* cursor size in display pixels */
238 __u16 crsr_ysize;
239 __u16 crsr_color1; /* colormap entry for cursor color1 */
240 __u16 crsr_color2; /* colormap entry for cursor color2 */
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Damifb.c676 struct fb_fix_cursorinfo { struct
677 __u16 crsr_width; /* width and height of the cursor in */
678 __u16 crsr_height; /* pixels (zero if no cursor) */
679 __u16 crsr_xsize; /* cursor size in display pixels */
680 __u16 crsr_ysize;
681 __u16 crsr_color1; /* colormap entry for cursor color1 */
682 __u16 crsr_color2; /* colormap entry for cursor color2 */