]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/evtloop.h
Change wxWakeUpPipe to be a wxEventLoopSourceHandler.
[wxWidgets.git] / include / wx / unix / evtloop.h
index 0b717660683f43e3c21f64dc34086f9818559cac..2e02cf358ac3d7b9cb1fe9746475a752de7fa15b 100644 (file)
@@ -17,8 +17,8 @@
 // wxConsoleEventLoop
 // ----------------------------------------------------------------------------
 
+class wxEventLoopSource;
 class wxFDIODispatcher;
-class wxUnixEventLoopSource;
 class wxWakeUpPipeMT;
 
 class WXDLLIMPEXP_BASE wxConsoleEventLoop
@@ -49,6 +49,9 @@ private:
     // the event loop in the main thread it writes to this pipe
     wxWakeUpPipeMT *m_wakeupPipe;
 
+    // the event loop source used to monitor this pipe
+    wxEventLoopSource* m_wakeupSource;
+
     // either wxSelectDispatcher or wxEpollDispatcher
     wxFDIODispatcher *m_dispatcher;