Searched refs:ShowCursorCheck (Results 1 – 3 of 3) sorted by relevance
19 Bool (*ShowCursorCheck) (ScrnInfoPtr pScrn); member47 return infoPtr->ShowCursorCheck || infoPtr->ShowCursor; in xf86DriverHasShowCursor()53 if(infoPtr->ShowCursorCheck) in xf86DriverShowCursor()54 return infoPtr->ShowCursorCheck(infoPtr->pScrn); in xf86DriverShowCursor()
674 cursor_info->ShowCursorCheck = xf86_show_cursors; in xf86_cursors_init()
17655 _xf86CursorInfoRec::ShowCursorCheck hook variants that return booleans.17686 _xf86CursorInfoRec::ShowCursorCheck hook variants that return booleans.17693 ShowCursorCheck(), as instead just changing ShowCursor() to return Bool