]> Pileus Git - ~andy/gtk/commitdiff
When breaking grabs on deactivation, the unset should be implicit
authorRichard Hult <richard@imendio.com>
Mon, 2 Feb 2009 14:44:13 +0000 (15:44 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:31 +0000 (10:15 +0200)
gdk/quartz/gdkevents-quartz.c

index 4e8d74d40014b1899af83efe2ee97f49b62401c7..60391528eec47d3b349744f20ebedb5a015485f2 100644 (file)
@@ -198,7 +198,7 @@ break_all_grabs (guint32 time)
 
   if (_gdk_display->pointer_grab.window)
     _gdk_display_unset_has_pointer_grab (_gdk_display,
-                                         _gdk_display->pointer_grab.implicit,
+                                         TRUE,
                                          FALSE,
                                          time);
 }