summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkgeometry-x11.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2008-12-15 14:55:53 +0100
committerAlexander Larsson <alex@localhost.localdomain>2009-04-02 10:15:15 +0200
commit36ce54878b7df02a7ff44e1f8d580cda051b0c12 (patch)
tree5188c724f5ddcad5ddbfb25cd6b3cf3dd468aa23 /gdk/x11/gdkgeometry-x11.c
parentf22211c88150ff4f1ec6de11bc0d84504cd6e197 (diff)
downloadgtk+-36ce54878b7df02a7ff44e1f8d580cda051b0c12.tar.gz
Make _gdk_windowing_window_queue_translation a GdkWindiwImpl call
Diffstat (limited to 'gdk/x11/gdkgeometry-x11.c')
-rw-r--r--gdk/x11/gdkgeometry-x11.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gdk/x11/gdkgeometry-x11.c b/gdk/x11/gdkgeometry-x11.c
index 47f210bbcf..b88d4eecd3 100644
--- a/gdk/x11/gdkgeometry-x11.c
+++ b/gdk/x11/gdkgeometry-x11.c
@@ -357,10 +357,10 @@ gdk_window_queue (GdkWindow *window,
}
void
-_gdk_windowing_window_queue_translation (GdkWindow *window,
- GdkRegion *area,
- gint dx,
- gint dy)
+_gdk_x11_window_queue_translation (GdkWindow *window,
+ GdkRegion *area,
+ gint dx,
+ gint dy)
{
GdkWindowQueueItem *item = g_new (GdkWindowQueueItem, 1);
item->type = GDK_WINDOW_QUEUE_TRANSLATE;