Home
last modified time | relevance | path

Searched refs:cursor_shown (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Cursors.c326 if (crtc->cursor_shown) { in xf86_crtc_hide_cursor()
328 crtc->cursor_shown = FALSE; in xf86_crtc_hide_cursor()
355 if (!crtc->cursor_shown) in xf86_crtc_show_cursor()
356 crtc->cursor_shown = xf86_driver_show_cursor(crtc); in xf86_crtc_show_cursor()
358 return crtc->cursor_shown; in xf86_crtc_show_cursor()
H A Dxf86Crtc.h335 Bool cursor_shown; member