projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed the pad from wxWindow::DoGetBestSize(), now do it in Fit() only
[wxWidgets.git]
/
src
/
motif
/
bmpbuttn.cpp
diff --git
a/src/motif/bmpbuttn.cpp
b/src/motif/bmpbuttn.cpp
index 8abd0e2167abd531796a453fd76ad7e1f7926853..374b8db63b83f11589caeac57a0262b787ced5f6 100644
(file)
--- a/
src/motif/bmpbuttn.cpp
+++ b/
src/motif/bmpbuttn.cpp
@@
-13,6
+13,10
@@
#pragma implementation "bmpbuttn.h"
#endif
#pragma implementation "bmpbuttn.h"
#endif
+#ifdef __VMS
+#define XtScreen XTSCREEN
+#endif
+
#include "wx/bmpbuttn.h"
#ifdef __VMS__
#include "wx/bmpbuttn.h"
#ifdef __VMS__