Searched refs:xf86SetCursor (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ramdac/ |
| H A D | xf86CursorRD.c | 131 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 D | xf86CursorPriv.h | 40 Bool xf86SetCursor(ScreenPtr pScreen, CursorPtr pCurs, int x, int y);
|
| H A D | xf86HWCurs.c | 239 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 D | ChangeLog | 12137 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()
|