]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/app.h
made declaration of WXDLL_ENTRY_FUNCTION match it definition
[wxWidgets.git] / include / wx / mgl / app.h
index 8cb604c6a13879d74274d1141083ed41e8e45e24..526328c674388b2f03a0ac6ed0b9849bd82a6ca5 100644 (file)
@@ -23,6 +23,8 @@
 
 class WXDLLEXPORT wxApp;
 class WXDLLEXPORT wxLog;
+class WXDLLEXPORT wxEventLoop;
+class WXDLLEXPORT wxDesktopWindow;
 
 //-----------------------------------------------------------------------------
 // wxApp
@@ -60,9 +62,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[]);