projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Sync'ed show-window flag in MDI child constructor; added initial wxKill implementation
[wxWidgets.git]
/
src
/
motif
/
dialog.cpp
diff --git
a/src/motif/dialog.cpp
b/src/motif/dialog.cpp
index cfd12bece73fc1571ccef7b73a70b2c2005cac14..7e8aaf56379e4edd8690e7a35aa3602a5b1e7b54 100644
(file)
--- a/
src/motif/dialog.cpp
+++ b/
src/motif/dialog.cpp
@@
-13,6
+13,13
@@
#pragma implementation "dialog.h"
#endif
+#ifdef __VMS
+#define XtDisplay XTDISPLAY
+#define XtWindow XTWINDOW
+#define XtParent XTPARENT
+#define XtScreen XTSCREEN
+#endif
+
#include "wx/dialog.h"
#include "wx/utils.h"
#include "wx/frame.h"