X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2fc40b4786f7ae8c255ce1184441bd94d9554a0..d9359369af901bf2146b5ad6575f7aae13389a15:/include/wx/platform.h diff --git a/include/wx/platform.h b/include/wx/platform.h index 22b2469aaf..328f4bc194 100644 --- a/include/wx/platform.h +++ b/include/wx/platform.h @@ -640,6 +640,15 @@ # define wxVMS_USE_STD #endif +#ifdef __VMS +#define XtDisplay XTDISPLAY +#ifdef __WXMOTIF__ +#define XtParent XTPARENT +#define XtScreen XTSCREEN +#define XtWindow XTWINDOW +#endif +#endif + /* Choose which method we will use for updating menus * - in OnIdle, or when we receive a wxEVT_MENU_OPEN event. * Presently, only Windows and GTK+ support wxEVT_MENU_OPEN.