diff options
author | Keith Packard <keithp@guitar.keithp.com> | 2007-03-14 12:00:06 -0700 |
---|---|---|
committer | Keith Packard <keithp@guitar.keithp.com> | 2007-03-14 12:00:06 -0700 |
commit | f8636dd4a2b6efedaf98e5bf3d27389b673dc38a (patch) | |
tree | ce692d1862b4afebc25e50f05c96da38aa363646 | |
parent | 4c5837c940024cffc8990b602a97ef6ece08e875 (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.
-rw-r--r-- | Xext/xtest.c | 2 |
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: |