]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/choice.cpp
Don't let wxSlider send events when programmatically changing
[wxWidgets.git] / src / motif / choice.cpp
index b805a5dabfad547b49ba96fb3229c8d49eb7bf51..9cfe04c8d15d5dcfdc5eb5ef1d5e3dedf20f486d 100644 (file)
 #pragma implementation "choice.h"
 #endif
 
-// For compilers that support precompilation, includes "wx.h".
+#ifdef __VMS
+#define XtDisplay XTDISPLAY
+#define XtParent XTPARENT
+#endif
+
+#include "wx/defs.h"
+
 #include "wx/choice.h"
 #include "wx/utils.h"