summaryrefslogtreecommitdiff
path: root/gdk/gdkinternals.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-01-27 15:38:39 +0100
committerAlexander Larsson <alex@localhost.localdomain>2009-04-02 10:15:28 +0200
commit8de6ae26e40569dd15a3316ffdf62466490633ef (patch)
tree852e75bded878918aacf93c29661e7be00263f1f /gdk/gdkinternals.h
parente542f734a83b54a8c1c89bb2fa5d8ccb0983747f (diff)
downloadgtk+-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.h5
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,