]> Pileus Git - ~andy/gtk/commit
gdk: Remove GdkEventClient
authorBenjamin Otte <otte@redhat.com>
Tue, 1 Feb 2011 05:30:27 +0000 (06:30 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 1 Feb 2011 05:33:02 +0000 (06:33 +0100)
commitc332ac207ab4cac8f4c32aa85cdf6406157340af
tree483935d62d3cfd0560f9ab1ee55e5d3c9507e0ea
parent040b21e7d7b97db426027dd80fa0269506542e57
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
docs/reference/gdk/gdk3-sections.txt
gdk/gdk.symbols
gdk/gdkdisplay.c
gdk/gdkdisplay.h
gdk/gdkdisplayprivate.h
gdk/gdkevents.h
gdk/gdkscreen.c
gdk/gdkscreen.h
gdk/x11/gdkdisplay-x11.c
gdk/x11/gdkdisplay-x11.h
gdk/x11/gdkscreen-x11.c