mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-02 09:38:25 +02:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue