Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xfixes/
H A Dcursor.c592 TestCursorFunc testCursor; member
630 if ((*rcl->testCursor) (pCursor, rcl->closure)) { in ReplaceCursorLookup()
644 ReplaceCursor(CursorPtr pCursor, TestCursorFunc testCursor, void *closure) in ReplaceCursor() argument
655 rcl.testCursor = testCursor; in ReplaceCursor()