aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/Xi/setdval.c
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/Xi/setdval.c')
-rw-r--r--xorg-server/Xi/setdval.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/xorg-server/Xi/setdval.c b/xorg-server/Xi/setdval.c
index 20584629a..b384f0d3c 100644
--- a/xorg-server/Xi/setdval.c
+++ b/xorg-server/Xi/setdval.c
@@ -50,8 +50,6 @@ SOFTWARE.
*
*/
-#define NEED_EVENTS
-#define NEED_REPLIES
#ifdef HAVE_DIX_CONFIG_H
#include <dix-config.h>
#endif
@@ -102,7 +100,7 @@ ProcXSetDeviceValuators(ClientPtr client)
rep.status = Success;
rep.sequenceNumber = client->sequence;
- if (stuff->length != (sizeof(xSetDeviceValuatorsReq) >> 2) +
+ if (stuff->length != bytes_to_int32(sizeof(xSetDeviceValuatorsReq)) +
stuff->num_valuators)
return BadLength;