summaryrefslogtreecommitdiff
path: root/Xext
diff options
context:
space:
mode:
authorKeith Packard <keithp@guitar.keithp.com>2007-03-14 12:00:06 -0700
committerKeith Packard <keithp@guitar.keithp.com>2007-03-14 12:00:06 -0700
commitf8636dd4a2b6efedaf98e5bf3d27389b673dc38a (patch)
treece692d1862b4afebc25e50f05c96da38aa363646 /Xext
parent4c5837c940024cffc8990b602a97ef6ece08e875 (diff)
Revert "Xext: Update device's lastx/lasty when sending a motion event with XTest."
This reverts commit 4c5837c940024cffc8990b602a97ef6ece08e875. There is no lastx/lasty in a valuator on this branch.
Diffstat (limited to 'Xext')
-rw-r--r--Xext/xtest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Xext/xtest.c b/Xext/xtest.c
index 922dfce62..83f8b8cc6 100644
--- a/Xext/xtest.c
+++ b/Xext/xtest.c
@@ -442,8 +442,6 @@ ProcXTestFakeInput(client)
(root->drawable.pScreen,
ev->u.keyButtonPointer.rootX,
ev->u.keyButtonPointer.rootY, FALSE);
- dev->valuator->lastx = ev->u.keyButtonPointer.rootX;
- dev->valuator->lasty = ev->u.keyButtonPointer.rootY;
break;
case ButtonPress:
case ButtonRelease: