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:
Peter Hutterer 2007-04-27 13:24:27 +09:30
commit 339b73e710
2 changed files with 22 additions and 6 deletions

View file

@ -550,6 +550,7 @@ extern DeviceIntPtr PickKeyboard(
extern Bool IsInterferingGrab(
ClientPtr /* client */,
WindowPtr /* win */,
DeviceIntPtr /* dev */,
xEvent* /* events */);