projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
another compilation fix PCH-less build
[wxWidgets.git]
/
src
/
mgl
/
utils.cpp
diff --git
a/src/mgl/utils.cpp
b/src/mgl/utils.cpp
index b62f4b02ec986073988b3efe54c13ebaa6dd1199..114277e970139d06f4fd1aa776415f2f24e201dd 100644
(file)
--- a/
src/mgl/utils.cpp
+++ b/
src/mgl/utils.cpp
@@
-24,6
+24,7
@@
#include "wx/apptrait.h"
#include "wx/process.h"
#include "wx/apptrait.h"
#include "wx/process.h"
+#include "wx/evtloop.h"
#include <stdarg.h>
#include <string.h>
#include <stdarg.h>
#include <string.h>
@@
-122,6
+123,12
@@
wxPortId wxGUIAppTraits::GetToolkitVersion(int *verMaj, int *verMin) const
return wxPORT_MGL;
}
return wxPORT_MGL;
}
+wxEventLoopBase* wxGUIAppTraits::CreateEventLoop()
+{
+ return new wxEventLoop;
+}
+
+
void wxGetMousePosition(int* x, int* y)
{
MS_getPos(x, y);
void wxGetMousePosition(int* x, int* y)
{
MS_getPos(x, y);