#endif
#include "wx/utils.h"
+#include "wx/evtloop.h"
#include "wx/apptrait.h"
#include "wx/unix/execute.h"
return wxPORT_DFB;
}
+
+wxEventLoopBase* wxGUIAppTraits::CreateEventLoop()
+{
+ return new wxEventLoop;
+}
+
// ----------------------------------------------------------------------------
// display characteristics
// ----------------------------------------------------------------------------