]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/evtloop.h
better fix for aCC and rawbmp.h
[wxWidgets.git] / include / wx / gtk / evtloop.h
index d19cd557c1fd15c7b9315bbc455e771253a5452c..36c62e168e1be2607f2ef90bc0af1a32bbd01e18 100644 (file)
@@ -26,11 +26,16 @@ public:
     virtual bool Dispatch();
     virtual int DispatchTimeout(unsigned long timeout);
     virtual void WakeUp();
+    virtual bool YieldFor(long eventsToProcess);
 
 protected:
+
     // the exit code of this event loop
     int m_exitcode;
 
+    // used to temporarily store events in DoYield()
+    wxArrayPtrVoid m_arrGdkEvents;
+
     wxDECLARE_NO_COPY_CLASS(wxGUIEventLoop);
 };