]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/app.h
compilation fixes
[wxWidgets.git] / include / wx / mgl / app.h
index ea3a377ab6108add13969d676584e80dadc27a89..e3bb8a3b38e75b676de2c276b8062fc4a50bfade 100644 (file)
@@ -47,14 +47,8 @@ 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);
-
-    virtual bool Initialize(int argc, wxChar **argv);
+    virtual bool Initialize(int& argc, wxChar **argv);
     virtual void CleanUp();
 
     virtual bool Yield(bool onlyIfNeeded = FALSE);
@@ -70,6 +64,5 @@ private:
     wxDisplayModeInfo m_displayMode;
 };
 
-int WXDLLEXPORT wxEntry(int argc, char *argv[]);
-
 #endif // __WX_APP_H__
+