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:
Peter Hutterer 2007-05-15 10:24:22 +09:30
commit a8c56372ba
2 changed files with 6 additions and 23 deletions

View file

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