mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 13:40:06 +01:00
Xi: fix typo in WarpDevicePointer handling.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
3d549438c2
commit
f8ecc2f08f
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ ProcXWarpDevicePointer(ClientPtr client)
|
|||
|
||||
/* if we don't update the device, we get a jump next time it moves */
|
||||
pDev->last.valuators[0] = x;
|
||||
pDev->last.valuators[1] = x;
|
||||
pDev->last.valuators[1] = y;
|
||||
miPointerUpdateSprite(pDev);
|
||||
|
||||
/* FIXME: XWarpPointer is supposed to generate an event. It doesn't do it
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue