mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
render: replace a wrong inputInfo.pointer with pDev
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -157,7 +157,7 @@ AnimCurCursorLimits (DeviceIntPtr pDev,
|
||||
}
|
||||
else
|
||||
{
|
||||
(*pScreen->CursorLimits) (inputInfo.pointer, pScreen, pCursor,
|
||||
(*pScreen->CursorLimits) (pDev, pScreen, pCursor,
|
||||
pHotBox, pTopLeftBox);
|
||||
}
|
||||
Wrap (as, pScreen, CursorLimits, AnimCurCursorLimits);
|
||||
|
||||
Reference in New Issue
Block a user