]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/evtloop.cpp
Added missing wx_aui.dsp file
[wxWidgets.git] / src / x11 / evtloop.cpp
index 8a703868dec835263e87581254fc7041e5df4feb..fa380fcc0d4ff77c3312b790a73c3874553bb05a 100644 (file)
@@ -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,