projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remvoed a yield in HitTest because of undesirable consequences
[wxWidgets.git]
/
src
/
motif
/
choice.cpp
diff --git
a/src/motif/choice.cpp
b/src/motif/choice.cpp
index b805a5dabfad547b49ba96fb3229c8d49eb7bf51..a25d112e25548b6fc97b6052d69e3362d813bc29 100644
(file)
--- a/
src/motif/choice.cpp
+++ b/
src/motif/choice.cpp
@@
-13,6
+13,11
@@
#pragma implementation "choice.h"
#endif
+#ifdef __VMS
+#define XtDisplay XTDISPLAY
+#define XtParent XTPARENT
+#endif
+
// For compilers that support precompilation, includes "wx.h".
#include "wx/choice.h"
#include "wx/utils.h"