Xi: fix typo in WarpDevicePointer handling.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Christian Beier 2009-01-06 11:31:03 +10:00 committed by Peter Hutterer
parent 3d549438c2
commit f8ecc2f08f

View File

@ -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