Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/
H A Dxf86CursorRD.c131 xf86SetCursor(pScreen, NullCursor, ScreenPriv->x, ScreenPriv->y); in xf86CursorCloseScreen()
249 xf86SetCursor(pScreen, NullCursor, ScreenPriv->x, ScreenPriv->y); in xf86CursorSwitchMode()
314 xf86SetCursor(pScreen, NullCursor, x, y); in xf86CursorSetCursor()
352 if (xf86SetCursor(pScreen, cursor, x, y)) { in xf86CursorSetCursor()
369 xf86SetCursor(pScreen, NullCursor, x, y); in xf86CursorSetCursor()
H A Dxf86CursorPriv.h40 Bool xf86SetCursor(ScreenPtr pScreen, CursorPtr pCurs, int x, int y);
H A Dxf86HWCurs.c239 xf86SetCursor(ScreenPtr pScreen, CursorPtr pCurs, int x, int y) in xf86SetCursor() function
265 xf86SetCursor(pScreen, NullCursor, x, y); in xf86SetCursor()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog12137 ScreenPriv == NULL and pCurs == NullCursor, because otherwise xf86SetCursor()
12138 can fall into infinite recursion: xf86SetCursor(pCurs) calls
12139 xf86ScreenSetCursor(pCurs), and if FALSE, calls xf86SetCursor(NullCursor). If
12141 xf86SetCursor(NullCursor) again and this repeats forever.
23460 -> xf86SetCursor()