diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-12-08 10:53:03 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-12-08 10:53:03 +0000 |
commit | dcd2a9024f6c62f64a6014e56914dede60ad2f5f (patch) | |
tree | 9ba5dd8839bb3dd4434eb511c2fc7f03b9600207 /xserver/Xi | |
parent | d86224ecd984420f952f9e4b732d72631e7090ed (diff) |
Update to xserver 1.14.4
Diffstat (limited to 'xserver/Xi')
-rw-r--r-- | xserver/Xi/xiallowev.c | 2 |
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); |