projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Used GetCursorPos for new wxGetMousePosition implementation
[wxWidgets.git]
/
src
/
motif
/
mdi.cpp
diff --git
a/src/motif/mdi.cpp
b/src/motif/mdi.cpp
index 98608e9055fd37a6c4a09bf23764052c92c0121b..e4e8c10bef237d8c8cc3de06cf6bf2884dc72d01 100644
(file)
--- a/
src/motif/mdi.cpp
+++ b/
src/motif/mdi.cpp
@@
-13,6
+13,11
@@
#pragma implementation "mdi.h"
#endif
#pragma implementation "mdi.h"
#endif
+#ifdef __VMS
+#define XtDisplay XTDISPLAY
+#define XtWindow XTWINDOW
+#endif
+
#include "wx/mdi.h"
#include "wx/menu.h"
#include "wx/settings.h"
#include "wx/mdi.h"
#include "wx/menu.h"
#include "wx/settings.h"