]> Pileus Git - ~andy/gtk/commit
gdk: Don't fully destroy the implicit touch grab on ::grab-broken
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 21 Feb 2012 02:12:10 +0000 (03:12 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 1 Mar 2012 21:25:26 +0000 (16:25 -0500)
commitb897ba0cd8f874877c35a204abf89dbe755f1d09
tree2cd7fd35d62dc76443cdb9f0ed756f53ea9d250c
parent6efe1167152718b3ce4bd4d0c0c7cc9b8879f6b8
gdk: Don't fully destroy the implicit touch grab on ::grab-broken

the backing GdkTouchGrabInfo will be needed if the overriding device
grab finishes before the touch does in order to send events back to
the implicit grab window. Instead, wait until the touch is physically
finished before removing the matching GdkTouchGrabInfo
gdk/gdkdisplay.c
gdk/gdkwindow.c