diff options
-rw-r--r-- | src/evdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evdev.c b/src/evdev.c index b634ab4..1775ad9 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -641,7 +641,7 @@ EvdevPostAbsoluteMotionEvents(InputInfoPtr pInfo, int num_v, int first_v, * just work. */ if (pEvdev->abs && pEvdev->tool) { - xf86PostMotionEventP(pInfo->dev, TRUE, first_v, num_v, v); + xf86PostMotionEventP(pInfo->dev, TRUE, first_v, num_v, v + first_v); } } |