]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/cursor.cpp
fix a few hundreds of harmless unused parameters warnings and a couple of real bugs...
[wxWidgets.git] / src / gtk / cursor.cpp
index fd78e1f321a341e7989e61aff077a4db3a3c2050..a323e44d694a37aa597b9b6607a154190d9030eb 100644 (file)
@@ -379,7 +379,9 @@ GdkCursor *wxCursor::GetCursor() const
 // busy cursor routines
 //-----------------------------------------------------------------------------
 
-extern wxCursor g_globalCursor;
+/* Current cursor, in order to hang on to
+ * cursor handle when setting the cursor globally */
+wxCursor g_globalCursor;
 
 static wxCursor  gs_savedCursor;
 static int       gs_busyCount = 0;