Searched refs:cursor_shown (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Cursors.c326 if (crtc->cursor_shown) {
328 crtc->cursor_shown = FALSE;
355 if (!crtc->cursor_shown)
356 crtc->cursor_shown = xf86_driver_show_cursor(crtc);
358 return crtc->cursor_shown;
H A Dxf86Crtc.h335 Bool cursor_shown; member in struct:_xf86Crtc
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Cursors.c279 if (crtc->cursor_shown)
282 crtc->cursor_shown = FALSE;
305 if (!crtc->cursor_shown && crtc->cursor_in_range)
308 crtc->cursor_shown = TRUE;
H A Dxf86Crtc.h310 Bool cursor_shown; member in struct:_xf86Crtc
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_cursor.c170 if (crtc->cursor_shown)
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_crtc.c357 if (crtc->cursor_shown)
/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dlx_display.c335 crtc->cursor_shown = FALSE;

Completed in 10 milliseconds