#endif
#include <errno.h>
+#include "wx/apptrait.h"
#include "wx/evtloop.h"
#include "wx/thread.h"
#include "wx/module.h"
bool wxConsoleEventLoop::Dispatch()
{
+ m_dispatcher->Dispatch();
wxTheApp->ProcessPendingEvents();
return true;
}
wxTheApp->CheckSignal();
}
+
+wxEventLoopBase *wxConsoleAppTraits::CreateEventLoop()
+{
+ return new wxEventLoop();
+}
+
#endif // wxUSE_CONSOLE_EVENTLOOP