Searched refs:ShowCursorCheck (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/
H A Dxf86Cursor.h19 Bool (*ShowCursorCheck) (ScrnInfoPtr pScrn); member in struct:_xf86CursorInfoRec
47 return infoPtr->ShowCursorCheck || infoPtr->ShowCursor;
53 if(infoPtr->ShowCursorCheck)
54 return infoPtr->ShowCursorCheck(infoPtr->pScrn);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Cursors.c674 cursor_info->ShowCursorCheck = xf86_show_cursors;

Completed in 3 milliseconds