diff options
author | Benjamin Otte <otte@redhat.com> | 2011-02-01 06:30:27 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2011-02-01 06:33:02 +0100 |
commit | c332ac207ab4cac8f4c32aa85cdf6406157340af (patch) | |
tree | 483935d62d3cfd0560f9ab1ee55e5d3c9507e0ea /gdk/x11/gdkdisplay-x11.h | |
parent | 040b21e7d7b97db426027dd80fa0269506542e57 (diff) | |
download | gtk+-c332ac207ab4cac8f4c32aa85cdf6406157340af.tar.gz |
gdk: Remove GdkEventClient
... and all APIs making use of it.
That code like it hasn't been touched in years, Google codesearch
didn't find any users and most importantly it's a horrendous API, so
let's just make it die instead of having to port it over to
non-GdkNativeWindow usage, which would be required for multi-backend
GDK.
http://mail.gnome.org/archives/gtk-devel-list/2011-January/msg00049.html
Diffstat (limited to 'gdk/x11/gdkdisplay-x11.h')
-rw-r--r-- | gdk/x11/gdkdisplay-x11.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdk/x11/gdkdisplay-x11.h b/gdk/x11/gdkdisplay-x11.h index a18d647fb0..7fdb05e231 100644 --- a/gdk/x11/gdkdisplay-x11.h +++ b/gdk/x11/gdkdisplay-x11.h @@ -95,9 +95,6 @@ struct _GdkX11Display GdkWindow *leader_gdk_window; gboolean leader_window_title_set; - /* list of filters for client messages */ - GList *client_filters; - /* List of functions to go from extension event => X window */ GSList *event_types; |