]> Pileus Git - ~andy/gtk/commitdiff
gdk: fix the build
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 15 May 2012 17:27:21 +0000 (13:27 -0400)
committerCosimo Cecchi <cosimoc@gnome.org>
Tue, 15 May 2012 17:27:21 +0000 (13:27 -0400)
Regression from commit 861c57e3043229e769a45d7349b6e71d99c752de

gdk/gdkoffscreenwindow.c

index e0c1a7620097d8bdb81411e446998b035843c0bd..aed09e0e83097d92756c9a580811a2ae8d408421 100644 (file)
@@ -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)
 {
 }