]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/data.cpp
Moved all the coordinate system calculation to wxDCBase
[wxWidgets.git] / src / gtk / data.cpp
index 8e47f28a70607172e21c2a4c4ad911069e0bc009..6a0f2172c6ab69039e48706703ddd5b9b3423db8 100644 (file)
 #include "wx/wxprec.h"
 
 #ifndef WX_PRECOMP
-    #include "wx/object.h"
-    #include "wx/window.h"
-    #include "wx/dc.h"
+    #include "wx/cursor.h"
 #endif
 
-#include "wx/cursor.h"
-
 /* Current cursor, in order to hang on to
  * cursor handle when setting the cursor globally */
 wxCursor g_globalCursor;
@@ -30,7 +26,3 @@ bool g_blockEventsOnScroll = false;
 
 /* Don't allow window closing if there are open dialogs */
 int g_openDialogs = 0;
-
-/* true when the message queue is empty. this gets set to
-   false by all event callbacks before anything else is done */
-bool g_isIdle = false;