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