Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiwarppointer.c189 if (*newScreen->CursorWarpedTo) in ProcXIWarpPointer()
190 (*newScreen->CursorWarpedTo) (pDev, newScreen, client, in ProcXIWarpPointer()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h569 CursorWarpedToProcPtr CursorWarpedTo; member
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland.c1289 pScreen->CursorWarpedTo = xwl_cursor_warped_to; in xwl_screen_init()
/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c3623 if (*newScreen->CursorWarpedTo) in ProcWarpPointer()
3624 (*newScreen->CursorWarpedTo) (dev, newScreen, client, in ProcWarpPointer()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog21012 dix: Introduce CursorWarpedTo vfunc in Screen