mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-05 06:53:57 +00:00
Xi: set the passive grab's resource mask on ungrabbing.
Not having the resource mask set means we never match an existing grab, hence we never actually ungrab. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -266,6 +266,7 @@ ProcXIPassiveUngrabDevice(ClientPtr client)
|
||||
else
|
||||
mod_dev = dev;
|
||||
|
||||
tempGrab.resource = client->clientAsMask;
|
||||
tempGrab.device = dev;
|
||||
tempGrab.window = win;
|
||||
tempGrab.type =
|
||||
|
||||
Reference in New Issue
Block a user