mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 10:10:05 +01: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…
Add table
Reference in a new issue