]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/evtloop.cpp
Added missing wx_aui.dsp file
[wxWidgets.git] / src / x11 / evtloop.cpp
index a0a848e097f72eb101ab40162585bc6a1484d859..fa380fcc0d4ff77c3312b790a73c3874553bb05a 100644 (file)
     #include "wx/hash.h"
     #include "wx/app.h"
     #include "wx/window.h"
+    #include "wx/timer.h"
 #endif
 
 #include "wx/tooltip.h"
-#include "wx/timer.h"
 #include "wx/module.h"
 #include "wx/unix/private.h"
 #include "wx/x11/private.h"
@@ -430,6 +430,9 @@ bool wxEventLoop::Dispatch()
 {
     XEvent event;
 
+    // Start off by checking if any of our child processes have finished.
+    wxCheckForFinishedChildren();
+
     // TODO allowing for threads, as per e.g. wxMSW
 
     // This now waits until either an X event is received,