projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
1. wxFrame::IsIconized() fixed - seems to work
[wxWidgets.git]
/
src
/
motif
/
filedlg.cpp
diff --git
a/src/motif/filedlg.cpp
b/src/motif/filedlg.cpp
index f01b0fbb19ea54202c4d6a93c45051afe06fb88d..afbaa2d71000995eacdae6b479ab7a036dc836e5 100644
(file)
--- a/
src/motif/filedlg.cpp
+++ b/
src/motif/filedlg.cpp
@@
-13,6
+13,12
@@
#pragma implementation "filedlg.h"
#endif
+#ifdef __VMS
+#define XtDisplay XTDISPLAY
+#define XtParent XTPARENT
+#define XtWindow XTWINDOW
+#endif
+
#include "wx/defs.h"
#include "wx/utils.h"
#include "wx/dialog.h"