]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/app.h
Correction for wxFileConfig where UNIX was taken
[wxWidgets.git] / include / wx / mgl / app.h
index 8cb604c6a13879d74274d1141083ed41e8e45e24..bc57b0ae9efe97caa879eca94192d0d8b4a2f9bd 100644 (file)
@@ -23,6 +23,7 @@
 
 class WXDLLEXPORT wxApp;
 class WXDLLEXPORT wxLog;
+class WXDLLEXPORT wxEventLoop;
 
 //-----------------------------------------------------------------------------
 // wxApp
@@ -60,9 +61,13 @@ public:
     bool ProcessIdle();
     void DeletePendingObjects();
 
+    virtual bool Yield(bool onlyIfNeeded = FALSE);
+
 private:
     DECLARE_DYNAMIC_CLASS(wxApp)
     DECLARE_EVENT_TABLE()
+    
+    wxEventLoop *m_mainLoop;
 };
 
 int WXDLLEXPORT wxEntry(int argc, char *argv[]);