[PATCH] Xi: reset remainders when warping the device.

Peter Hutterer peter.hutterer at who-t.net
Thu Jan 6 15:53:35 PST 2011


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 Xi/xiwarppointer.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Xi/xiwarppointer.c b/Xi/xiwarppointer.c
index 7276e6f..c01b115 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
-- 
1.7.3.4



More information about the xorg-devel mailing list