Searched refs:cursor_shown (Results 1 – 2 of 2) sorted by relevance
326 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()
335 Bool cursor_shown; member