diff options
Diffstat (limited to 'src/XGMotion.c')
-rw-r--r-- | src/XGMotion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XGMotion.c b/src/XGMotion.c index 99b1c44..5feac85 100644 --- a/src/XGMotion.c +++ b/src/XGMotion.c @@ -112,7 +112,7 @@ XGetDeviceMotionEvents( Xfree(bufp); Xfree(savp); *nEvents = 0; - _XEatData(dpy, (unsigned long)size); + _XEatDataWords(dpy, rep.length); UnlockDisplay(dpy); SyncHandle(); return (NULL); |