[gtk+] gdk: fix the build



commit 7babd3847ae6cd34d88af6ed7b25be676692b455
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue May 15 13:27:21 2012 -0400

    gdk: fix the build
    
    Regression from commit 861c57e3043229e769a45d7349b6e71d99c752de

 gdk/gdkoffscreenwindow.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdk/gdkoffscreenwindow.c b/gdk/gdkoffscreenwindow.c
index e0c1a76..aed09e0 100644
--- a/gdk/gdkoffscreenwindow.c
+++ b/gdk/gdkoffscreenwindow.c
@@ -218,9 +218,9 @@ gdk_offscreen_window_reparent (GdkWindow *window,
 }
 
 static void
-gdk_window_set_device_cursor (GdkWindow     *window,
-			      GdkDevice     *device,
-			      GdkCursor     *cursor)
+gdk_offscreen_window_set_device_cursor (GdkWindow     *window,
+					GdkDevice     *device,
+					GdkCursor     *cursor)
 {
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]