X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e04ef47f695b057dfe4c907e63497ae7ff05572..24e97652b0f3a5796c3fab61d87b1f636d64ce79:/include/wx/mgl/app.h diff --git a/include/wx/mgl/app.h b/include/wx/mgl/app.h index ec6c5a703f..e3bb8a3b38 100644 --- a/include/wx/mgl/app.h +++ b/include/wx/mgl/app.h @@ -48,16 +48,8 @@ public: virtual bool Pending(); virtual void Dispatch(); - // implementation only from now on - void OnIdle(wxIdleEvent &event); - bool SendIdleEvents(); - bool SendIdleEvents(wxWindow* win); - - static bool Initialize(); - static void CleanUp(); - - bool ProcessIdle(); - void DeletePendingObjects(); + virtual bool Initialize(int& argc, wxChar **argv); + virtual void CleanUp(); virtual bool Yield(bool onlyIfNeeded = FALSE); @@ -72,6 +64,5 @@ private: wxDisplayModeInfo m_displayMode; }; -int WXDLLEXPORT wxEntry(int argc, char *argv[]); - #endif // __WX_APP_H__ +