mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Allow events to grabWindows event if the device is not grabbed.
This kinda makes popup windows useable if the WM doesn't set the ClientPointer. Kinda.
This commit is contained in:
parent
cfc01115af
commit
339b73e710
2 changed files with 22 additions and 6 deletions
|
|
@ -550,6 +550,7 @@ extern DeviceIntPtr PickKeyboard(
|
|||
|
||||
extern Bool IsInterferingGrab(
|
||||
ClientPtr /* client */,
|
||||
WindowPtr /* win */,
|
||||
DeviceIntPtr /* dev */,
|
||||
xEvent* /* events */);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue