Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h570 CurserConfinedToProcPtr CursorConfinedTo; member
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland.c1290 pScreen->CursorConfinedTo = xwl_cursor_confined_to; in xwl_screen_init()
/OK3568_Linux_fs/external/xserver/dix/
H A Devents.c901 if (*pScreen->CursorConfinedTo) in ConfineCursorToWindow()
902 (*pScreen->CursorConfinedTo) (pDev, pScreen, pWin); in ConfineCursorToWindow()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog20998 dix: Incroduce CursorConfinedTo vfunc in Screen