#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"
{
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,