From f8ecc2f08fc375b14d60a74e2fdd7830bfdcd74f Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Tue, 6 Jan 2009 11:31:03 +1000 Subject: [PATCH] Xi: fix typo in WarpDevicePointer handling. Signed-off-by: Peter Hutterer --- Xi/warpdevp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xi/warpdevp.c b/Xi/warpdevp.c index 565317fe9..b40a12c5a 100644 --- a/Xi/warpdevp.c +++ b/Xi/warpdevp.c @@ -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