render: replace a wrong inputInfo.pointer with pDev
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
0b2b330f6f
commit
6ec49098f7
|
@ -157,7 +157,7 @@ AnimCurCursorLimits (DeviceIntPtr pDev,
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
(*pScreen->CursorLimits) (inputInfo.pointer, pScreen, pCursor,
|
(*pScreen->CursorLimits) (pDev, pScreen, pCursor,
|
||||||
pHotBox, pTopLeftBox);
|
pHotBox, pTopLeftBox);
|
||||||
}
|
}
|
||||||
Wrap (as, pScreen, CursorLimits, AnimCurCursorLimits);
|
Wrap (as, pScreen, CursorLimits, AnimCurCursorLimits);
|
||||||
|
|
Loading…
Reference in New Issue