projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Implemented two-window approach for pop-ups, since
[wxWidgets.git]
/
src
/
motif
/
statbox.cpp
diff --git
a/src/motif/statbox.cpp
b/src/motif/statbox.cpp
index d0af7ee303c4a1c3b6601c1e23a39bdc9e1e5ca6..4258f52c1c740cf8933dd2e92e1ebfd069e7f058 100644
(file)
--- a/
src/motif/statbox.cpp
+++ b/
src/motif/statbox.cpp
@@
-13,6
+13,12
@@
#pragma implementation "statbox.h"
#endif
#pragma implementation "statbox.h"
#endif
+#ifdef __VMS
+#define XtDisplay XTDISPLAY
+#endif
+
+#include "wx/defs.h"
+
#include "wx/statbox.h"
#include "wx/utils.h"
#include "wx/statbox.h"
#include "wx/utils.h"