]> Pileus Git - ~andy/gtk/commit
gdk: Use the last alive grab in order to get the event window
authorMatthias Clasen <mclasen@redhat.com>
Thu, 1 Mar 2012 15:44:10 +0000 (10:44 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 1 Mar 2012 21:25:27 +0000 (16:25 -0500)
commit3880b12196dd28df570098d9d6f5207d8014f7f8
treebabcf9b9e08b649f4975d9cfbf17b9f2ad6e841b
parent9c6f71bfc7701040bce1c9b2b492dcff698f83ae
gdk: Use the last alive grab in order to get the event window

If an active grab kicks in on a different window, _gdk_display_has_device_grab()
would still find the former implicit grab for the window below the pointer, thus
sending events to an unrelated place.
gdk/gdkwindow.c