]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/app.h
save the current status text for each pane inside wxStatusBarPane: native controls...
[wxWidgets.git] / include / wx / mgl / app.h
index 686137a5a2bd9a03033d29a29e452015ee0686dc..d771014e8d4d3b9b222446d04d474bf989ad58e6 100644 (file)
@@ -44,7 +44,6 @@ public:
 
     virtual void Exit();
     virtual void WakeUpIdle();
-    virtual bool Yield(bool onlyIfNeeded = FALSE);
 
     virtual wxVideoMode GetDisplayMode() const { return m_displayMode; }
     virtual bool SetDisplayMode(const wxVideoMode& mode);
@@ -52,6 +51,8 @@ public:
 private:
     DECLARE_DYNAMIC_CLASS(wxApp)
 
+    virtual bool DoYield(bool onlyIfNeeded, long eventsToProcess);
+
     wxVideoMode m_displayMode;
 };