]> Pileus Git - ~andy/gtk/commit
Do not test the event mask of implicit grabs
authorKristian Rietveld <kris@gtk.org>
Tue, 15 Sep 2009 07:54:34 +0000 (09:54 +0200)
committerKristian Rietveld <kris@gtk.org>
Wed, 16 Sep 2009 06:48:49 +0000 (08:48 +0200)
commitcf80feb3dd4d458bc82a7cc023007ad39f3d781e
tree7ade5d57cc4507f127fbc589699c50a4ba47f3f6
parente9d732bde7dab477cf39f22df6d23dfc963dc740
Do not test the event mask of implicit grabs

The quartz backend simulates the semantics of XGrabPointer, as a part of
this it checks the event mask of the grab.  However, implicit grabs on X
do not go through XGrabPointer and thus the quartz backend should not check
the event mask for these.  This fixes various "the UI got stuck" cases.
gdk/quartz/gdkevents-quartz.c