diff --git a/src/evdev.c b/src/evdev.c index 06ea83b..0af8307 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -671,6 +671,7 @@ EvdevProcessEvent(InputInfoPtr pInfo, struct input_event *ev) switch (ev->type) { case EV_REL: EvdevProcessRelativeMotionEvent(pInfo, ev); + EvdevProcessSyncEvent(pInfo, ev); break; case EV_ABS: EvdevProcessAbsoluteMotionEvent(pInfo, ev);