diff options
-rw-r--r-- | Xi/xiselectev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xi/xiselectev.c b/Xi/xiselectev.c index 51d9c9928..8c1b2b106 100644 --- a/Xi/xiselectev.c +++ b/Xi/xiselectev.c @@ -45,7 +45,7 @@ SProcXISelectEvent(ClientPtr client) REQUEST(xXISelectEventsReq); swaps(&stuff->length, n); - REQUEST_SIZE_MATCH(xXISelectEventsReq); + REQUEST_AT_LEAST_SIZE(xXISelectEventsReq); swapl(&stuff->window, n); swaps(&stuff->num_masks, n); |