Add implementations for missing wxDFB functions

This commit is contained in:
Maarten Bent
2018-09-19 01:13:29 +02:00
parent 86d586222d
commit ce4363eb7c
7 changed files with 30 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
#include "wx/log.h"
#endif
#include "wx/apptrait.h"
#include "wx/thread.h"
#include "wx/private/fdiodispatcher.h"
#include "wx/dfb/private.h"
@@ -215,3 +216,8 @@ void wxGUIEventLoop::DoYieldFor(long eventsToProcess)
wxEventLoopBase::DoYieldFor(eventsToProcess);
}
wxEventLoopSourcesManagerBase* wxGUIAppTraits::GetEventLoopSourcesManager()
{
return wxAppTraits::GetEventLoopSourcesManager();
}