diff options
Diffstat (limited to 'Xi/gtmotion.c')
-rw-r--r-- | Xi/gtmotion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xi/gtmotion.c b/Xi/gtmotion.c index 55d45a363..8e91c5a47 100644 --- a/Xi/gtmotion.c +++ b/Xi/gtmotion.c @@ -136,7 +136,7 @@ ProcXGetDeviceMotionEvents(ClientPtr client) (ScreenPtr) NULL, FALSE); } if (rep.nEvents > 0) { - length = (rep.nEvents * size + 3) >> 2; + length = bytes_to_int32(rep.nEvents * size); rep.length = length; } nEvents = rep.nEvents; |