]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/app.h
Implement GetDashCount() for Carbon/Cocoa.
[wxWidgets.git] / include / wx / os2 / app.h
index 6c811e3a1f7bee6a0cddd2f1045e8b111e261e51..26716011af35f795c3d835a65815b6df0da983e5 100644 (file)
@@ -75,7 +75,6 @@ public:
 
     virtual bool OnInitGui(void);
 
-    virtual bool Yield(bool onlyIfNeeded = false);
     virtual void WakeUpIdle(void);
 
     virtual void SetPrintMode(int mode) { m_nPrintMode = mode; }
@@ -111,6 +110,8 @@ public:
     // Implementation
     static bool  RegisterWindowClasses(HAB vHab);
 
+    virtual bool DoYield(bool onlyIfNeeded, long eventsToProcess);
+
 public:
     int                             m_nCmdShow;
     HMQ                             m_hMq;