mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-21 20:26:45 +00:00
Xi: set the correct length for XIPassiveGrab replies.
This commit is contained in:
parent
8ff1bff8f4
commit
e083a0d069
1 changed files with 1 additions and 0 deletions
|
|
@ -166,6 +166,7 @@ ProcXIPassiveGrabDevice(ClientPtr client)
|
|||
info->status = status;
|
||||
info->modifiers = *modifiers;
|
||||
rep.num_modifiers++;
|
||||
rep.length++;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue