]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/app.cpp
added arrow cursor for standard controls
[wxWidgets.git] / src / gtk1 / app.cpp
index db8547b8409e05317e7123f3faa3248fa7641260..20d8961d6c123eb030db24bd104005c149f1cf74 100644 (file)
@@ -25,6 +25,7 @@
 #include "wx/settings.h"
 #include "wx/dialog.h"
 #include "wx/msgdlg.h"
+#include "wx/file.h"
 
 #if wxUSE_WX_RESOURCES
     #include "wx/resource.h"
@@ -44,7 +45,7 @@
 
 #include <unistd.h>
 #if defined(__DARWIN__)
-// FIXME: select must be used instead of poll (GD)
+# warning "FIXME: select must be used instead of poll (GD)"
 #elif defined(__VMS)
 # include <poll.h>
 #else
@@ -544,7 +545,7 @@ bool wxApp::SendIdleEvents( wxWindow* win )
     event.SetEventObject(win);
 
     win->GetEventHandler()->ProcessEvent(event);
-
+    
     if (event.MoreRequested())
         needMore = TRUE;