Home
last modified time | relevance | path

Searched refs:ShowCursorCheck (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86Cursor.h19 Bool (*ShowCursorCheck) (ScrnInfoPtr pScrn); member
47 return infoPtr->ShowCursorCheck || infoPtr->ShowCursor; in xf86DriverHasShowCursor()
53 if(infoPtr->ShowCursorCheck) in xf86DriverShowCursor()
54 return infoPtr->ShowCursorCheck(infoPtr->pScrn); in xf86DriverShowCursor()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Cursors.c674 cursor_info->ShowCursorCheck = xf86_show_cursors; in xf86_cursors_init()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog17655 _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