X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bdc18790e34d17edfc02f3e25edcb3425b38a8a..10eb1f1eac4f334f4acaae8199178131eeba5f74:/include/wx/mgl/app.h?ds=sidebyside diff --git a/include/wx/mgl/app.h b/include/wx/mgl/app.h index 8cb604c6a1..bc57b0ae9e 100644 --- a/include/wx/mgl/app.h +++ b/include/wx/mgl/app.h @@ -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[]);