diff options
author | Benjamin Otte <otte@redhat.com> | 2010-08-24 17:13:05 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2010-09-26 15:11:11 +0200 |
commit | d7335837e0bb35c41c157b371e0c230169a961ed (patch) | |
tree | 00f3aee21f48925d4e980f14a2b47dc95af499e7 /gdk/gdkwindowimpl.h | |
parent | 039e0c273abe43aded4fa2f495e68001afa5f241 (diff) | |
download | gtk+-d7335837e0bb35c41c157b371e0c230169a961ed.tar.gz |
gdk: Remove gdk_window_redirect_to_drawable()
Also remove the reverse gdk_window_remove_redirection().
The code was only used by the snapshotting code, and that code is dead
now.
Diffstat (limited to 'gdk/gdkwindowimpl.h')
-rw-r--r-- | gdk/gdkwindowimpl.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gdk/gdkwindowimpl.h b/gdk/gdkwindowimpl.h index 05e9da43c8..a39ed3793d 100644 --- a/gdk/gdkwindowimpl.h +++ b/gdk/gdkwindowimpl.h @@ -146,23 +146,6 @@ struct _GdkWindowImplIface /* Interface Functions */ GType gdk_window_impl_get_type (void) G_GNUC_CONST; -/* private definitions from gdkwindow.h */ - -struct _GdkWindowRedirect -{ - GdkWindowObject *redirected; - GdkDrawable *pixmap; - - gint src_x; - gint src_y; - gint dest_x; - gint dest_y; - gint width; - gint height; - - cairo_region_t *damage; - guint damage_idle; -}; G_END_DECLS |