mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Revert "Allow events to grabWindows event if the device is not grabbed."
This reverts commit 339b73e710.
Allowing those events can lead to race conditions.
Conflicts:
dix/events.c
This commit is contained in:
parent
81fc6a128b
commit
a8c56372ba
2 changed files with 6 additions and 23 deletions
|
|
@ -552,7 +552,6 @@ extern DeviceIntPtr PickKeyboard(
|
|||
|
||||
extern Bool IsInterferingGrab(
|
||||
ClientPtr /* client */,
|
||||
WindowPtr /* win */,
|
||||
DeviceIntPtr /* dev */,
|
||||
xEvent* /* events */);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue