]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dfb/evtloop.h
Always initialize SelectInHDC::m_hgdiobj in wxMSW.
[wxWidgets.git] / include / wx / dfb / evtloop.h
index 9b010a10344d4b8523e5e17fdf439671019ad8cf..2a58619ed1dfab9b6d8b13cd7d8a98970fe36d53 100644 (file)
@@ -25,14 +25,12 @@ class WXDLLIMPEXP_CORE wxGUIEventLoop : public wxConsoleEventLoop
 public:
     wxGUIEventLoop();
 
+    virtual bool YieldFor(long eventsToProcess);
+
     // returns DirectFB event buffer used by wx
     static wxIDirectFBEventBufferPtr GetDirectFBEventBuffer();
 
 private:
-    // wxYield implementation: iterate the loop as long as there are any
-    // pending events
-    void Yield();
-
     static void InitBuffer();
     static void CleanUp();
 
@@ -42,7 +40,7 @@ private:
     static wxIDirectFBEventBufferPtr ms_buffer;
     static int ms_bufferFd;
 
-    DECLARE_NO_COPY_CLASS(wxGUIEventLoop)
+    wxDECLARE_NO_COPY_CLASS(wxGUIEventLoop);
 };
 
 #endif // _WX_DFB_EVTLOOP_H_