summaryrefslogtreecommitdiff
path: root/Xi/xiwarppointer.c
diff options
context:
space:
mode:
Diffstat (limited to 'Xi/xiwarppointer.c')
-rw-r--r--Xi/xiwarppointer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xi/xiwarppointer.c b/Xi/xiwarppointer.c
index 7276e6faf..c01b115f3 100644
--- a/Xi/xiwarppointer.c
+++ b/Xi/xiwarppointer.c
@@ -192,6 +192,8 @@ ProcXIWarpPointer(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] = y;
+ pDev->last.remainder[0] = 0;
+ pDev->last.remainder[1] = 0;
miPointerUpdateSprite(pDev);
/* FIXME: XWarpPointer is supposed to generate an event. It doesn't do it