summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkwindow-x11.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-10-06 04:08:20 +0200
committerBenjamin Otte <otte@redhat.com>2010-12-02 20:17:27 +0100
commit88399c041c76fe30f83e06a426cf8f4961da86c5 (patch)
tree9c81630a79a92b7db6e1d788e67a62661f686758 /gdk/x11/gdkwindow-x11.c
parent3e6a4af6d398eb95da5b2bafa307901051c47610 (diff)
downloadgtk+-88399c041c76fe30f83e06a426cf8f4961da86c5.tar.gz
x11: Remove GdkDrawableImplX11
It's not use anymore, the whole functionality has been moved to GdkWindowImplX11.
Diffstat (limited to 'gdk/x11/gdkwindow-x11.c')
-rw-r--r--gdk/x11/gdkwindow-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkwindow-x11.c b/gdk/x11/gdkwindow-x11.c
index 7e3e810c90..1435fdf94b 100644
--- a/gdk/x11/gdkwindow-x11.c
+++ b/gdk/x11/gdkwindow-x11.c
@@ -130,7 +130,7 @@ static void gdk_window_impl_iface_init (GdkWindowImplIface *iface);
G_DEFINE_TYPE_WITH_CODE (GdkWindowImplX11,
gdk_window_impl_x11,
- GDK_TYPE_DRAWABLE_IMPL_X11,
+ GDK_TYPE_DRAWABLE,
G_IMPLEMENT_INTERFACE (GDK_TYPE_WINDOW_IMPL,
gdk_window_impl_iface_init));