]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/evtloop.h
fix deferred show when SetSize() is called after SetClientSize()
[wxWidgets.git] / include / wx / unix / evtloop.h
index ab5a5f9a409e110ce52d64800e9cfda837bd91c5..19bfe8bb51f907bdb946a39c74911ea19d96a13b 100644 (file)
@@ -37,6 +37,7 @@ public:
     virtual int DispatchTimeout(unsigned long timeout);
     virtual void WakeUp();
     virtual bool IsOk() const { return m_dispatcher != NULL; }
+    virtual bool YieldFor(long WXUNUSED(eventsToProcess)) { return true; }
 
 protected:
     virtual void OnNextIteration();
@@ -49,7 +50,7 @@ private:
     // either wxSelectDispatcher or wxEpollDispatcher
     wxFDIODispatcher *m_dispatcher;
 
-    DECLARE_NO_COPY_CLASS(wxConsoleEventLoop)
+    wxDECLARE_NO_COPY_CLASS(wxConsoleEventLoop);
 };
 
 #endif // wxUSE_CONSOLE_EVENTLOOP