summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkdrawable-x11.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2010-10-06 03:49:04 +0200
committerBenjamin Otte <otte@redhat.com>2010-12-02 20:17:27 +0100
commitbb795066657c0585d3307dc57e0eddedb0295292 (patch)
treecf1383994a9492c549b9e680d022c0cc08fe6e65 /gdk/x11/gdkdrawable-x11.h
parent1c7f58fdb62039bdc49f1fe1a85048979d89d9bf (diff)
downloadgtk+-bb795066657c0585d3307dc57e0eddedb0295292.tar.gz
x11: Move cairo_surface and wrapper members to GdkWindowImplX11 struct
Diffstat (limited to 'gdk/x11/gdkdrawable-x11.h')
-rw-r--r--gdk/x11/gdkdrawable-x11.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdk/x11/gdkdrawable-x11.h b/gdk/x11/gdkdrawable-x11.h
index 70a92d787e..078e61177a 100644
--- a/gdk/x11/gdkdrawable-x11.h
+++ b/gdk/x11/gdkdrawable-x11.h
@@ -48,10 +48,6 @@ typedef struct _GdkDrawableImplX11Class GdkDrawableImplX11Class;
struct _GdkDrawableImplX11
{
GdkDrawable parent_instance;
-
- GdkDrawable *wrapper;
-
- cairo_surface_t *cairo_surface;
};
struct _GdkDrawableImplX11Class
@@ -63,7 +59,6 @@ struct _GdkDrawableImplX11Class
GType _gdk_drawable_impl_x11_get_type (void);
/* Note that the following take GdkDrawableImplX11, not the wrapper drawable */
-void _gdk_x11_drawable_finish (GdkDrawable *drawable);
void _gdk_x11_drawable_update_size (GdkDrawable *drawable);
G_END_DECLS