diff options
author | Alexander Larsson <alexl@redhat.com> | 2009-01-31 19:42:44 +0100 |
---|---|---|
committer | Alexander Larsson <alex@localhost.localdomain> | 2009-04-02 10:15:30 +0200 |
commit | 26cbf87d7d70e9eae4dea4667aee40c9d154184f (patch) | |
tree | 1c1c236e6fe515cd2dc2183fe50d614ccb9b3886 /gdk/x11/gdkevents-x11.c | |
parent | 526ff6dd68316e67f4b5570c934c7a729d5db35a (diff) | |
download | gtk+-26cbf87d7d70e9eae4dea4667aee40c9d154184f.tar.gz |
New approach for grab tracking code
We try to track the exact grab state, i.e. whats valid on the client
now and whats comming soon via the xserver roundtrip (and when).
Diffstat (limited to 'gdk/x11/gdkevents-x11.c')
-rw-r--r-- | gdk/x11/gdkevents-x11.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkevents-x11.c b/gdk/x11/gdkevents-x11.c index 617e87dc10..01ed9b65c5 100644 --- a/gdk/x11/gdkevents-x11.c +++ b/gdk/x11/gdkevents-x11.c @@ -2207,7 +2207,7 @@ gdk_event_translate (GdkDisplay *display, if (window) g_object_unref (window); - + return return_val; } |