Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/mi/
H A Dmipointer.c278 if (pScreen->ConstrainCursorHarder) in miPointerSetCursorPosition()
279 pScreen->ConstrainCursorHarder(pDev, pScreen, Absolute, &x, &y); in miPointerSetCursorPosition()
665 if (pScreen->ConstrainCursorHarder) in miPointerSetPosition()
666 pScreen->ConstrainCursorHarder(pDev, pScreen, mode, &x, &y); in miPointerSetPosition()
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86RandR12.c912 pScreen->ConstrainCursorHarder = randrp->orig_ConstrainCursorHarder; in xf86RandR12CloseScreen()
2184 screen->ConstrainCursorHarder = randrp->orig_ConstrainCursorHarder; in xf86RandR13ConstrainCursorHarder()
2185 screen->ConstrainCursorHarder(dev, screen, mode, x, y); in xf86RandR13ConstrainCursorHarder()
2186 screen->ConstrainCursorHarder = xf86RandR13ConstrainCursorHarder; in xf86RandR13ConstrainCursorHarder()
2382 randrp->orig_ConstrainCursorHarder = pScreen->ConstrainCursorHarder; in xf86RandR12Init12()
2383 pScreen->ConstrainCursorHarder = xf86RandR13ConstrainCursorHarder; in xf86RandR12Init12()
/OK3568_Linux_fs/external/xserver/include/
H A Dscrnintstr.h562 ConstrainCursorHarderProcPtr ConstrainCursorHarder; member
/OK3568_Linux_fs/external/xserver/randr/
H A Drandr.c356 pScreen->ConstrainCursorHarder = RRConstrainCursorHarder; in RRScreenInit()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog6304 xf86RandR12: Don't call ConstrainCursorHarder() if panning is enabled
17520 Problem is the RandR's ConstrainCursorHarder() handler will also apply
65917 Rather than riding on the ConstrainCursorHarder hook, which has
69763 xf86RandR12: Don't call ConstrainCursorHarder() if panning is enabled
96002 mi: Call pScreen->ConstrainCursorHarder from the position update path
97045 Add mode field to ConstrainCursorHarder