diff options
author | Alexander Larsson <alexl@redhat.com> | 2009-01-27 15:38:39 +0100 |
---|---|---|
committer | Alexander Larsson <alex@localhost.localdomain> | 2009-04-02 10:15:28 +0200 |
commit | 8de6ae26e40569dd15a3316ffdf62466490633ef (patch) | |
tree | 852e75bded878918aacf93c29661e7be00263f1f /gdk/gdkinternals.h | |
parent | e542f734a83b54a8c1c89bb2fa5d8ccb0983747f (diff) | |
download | gtk+-8de6ae26e40569dd15a3316ffdf62466490633ef.tar.gz |
Remove_gdk_pixmap_set_as_backing etc, as this is not used anymore
We don't copy from a window to a pixmap anymore, so all the code
for this can be removed.
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r-- | gdk/gdkinternals.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h index 781a799576..dc7fec8c93 100644 --- a/gdk/gdkinternals.h +++ b/gdk/gdkinternals.h @@ -269,11 +269,6 @@ GdkPixmap *_gdk_bitmap_create_from_data (GdkDrawable *drawable, const gchar *data, gint width, gint height); -void _gdk_pixmap_set_as_backing (GdkPixmap *pixmap, - GdkWindow *window, - int x_offset, - int y_offset); - void _gdk_window_impl_new (GdkWindow *window, GdkWindow *real_parent, |