X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/338dd992160bf20205743c092b353d96ef7604fb..8d854fa93f8f5a48e383395060063a7931bf0207:/src/motif/button.cpp diff --git a/src/motif/button.cpp b/src/motif/button.cpp index 6953b76006..eb0af12804 100644 --- a/src/motif/button.cpp +++ b/src/motif/button.cpp @@ -13,6 +13,10 @@ #pragma implementation "button.h" #endif +#ifdef __VMS +#define XtDisplay XTDISPLAY +#endif + #include "wx/button.h" #include "wx/utils.h" #include "wx/panel.h" @@ -30,9 +34,7 @@ void wxButtonCallback (Widget w, XtPointer clientData, XtPointer ptr); -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxButton, wxControl) -#endif // Button