]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/cursor.cpp
fix for non precomp
[wxWidgets.git] / src / gtk / cursor.cpp
index cac9e5aabaf90133d213c87801704288c94ca4e4..d9c765244e58c382e8d5a878d1ae59e4cd5df4c5 100644 (file)
 #include "wx/utils.h"
 #include "wx/app.h"
 
+#include "wx/gtk/private.h" //for idle stuff
+
 #include <gdk/gdk.h>
 #include <gtk/gtk.h>
 
-//-----------------------------------------------------------------------------
-// idle system
-//-----------------------------------------------------------------------------
-
-extern void wxapp_install_idle_handler();
-extern bool g_isIdle;
-
 //-----------------------------------------------------------------------------
 // wxCursor
 //-----------------------------------------------------------------------------