summaryrefslogtreecommitdiff
path: root/xserver/Xi
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2013-12-08 10:53:03 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2013-12-08 10:53:03 +0000
commitdcd2a9024f6c62f64a6014e56914dede60ad2f5f (patch)
tree9ba5dd8839bb3dd4434eb511c2fc7f03b9600207 /xserver/Xi
parentd86224ecd984420f952f9e4b732d72631e7090ed (diff)
Update to xserver 1.14.4
Diffstat (limited to 'xserver/Xi')
-rw-r--r--xserver/Xi/xiallowev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver/Xi/xiallowev.c b/xserver/Xi/xiallowev.c
index 62a0727b0..ebef23344 100644
--- a/xserver/Xi/xiallowev.c
+++ b/xserver/Xi/xiallowev.c
@@ -81,7 +81,7 @@ ProcXIAllowEvents(ClientPtr client)
have_xi22 = TRUE;
}
else {
- REQUEST_SIZE_MATCH(xXIAllowEventsReq);
+ REQUEST_AT_LEAST_SIZE(xXIAllowEventsReq);
}
ret = dixLookupDevice(&dev, stuff->deviceid, client, DixGetAttrAccess);