From 36ce54878b7df02a7ff44e1f8d580cda051b0c12 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 15 Dec 2008 14:55:53 +0100 Subject: Make _gdk_windowing_window_queue_translation a GdkWindiwImpl call --- gdk/x11/gdkgeometry-x11.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gdk/x11/gdkgeometry-x11.c') 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; -- cgit v1.2.1