mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00:00
Xi: XISelectEvents needs to be at least size 3, not exactly.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
f3c26034ec
commit
cfeb65ac45
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue