From: Vadim Zeitlin Date: Fri, 17 Mar 2006 00:12:17 +0000 (+0000) Subject: wxUSE_DISPLAY should be 0 for VMS port as Xinerama is apparently not available there X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b69a24bfee5fc09ea51ec410aab2d2d9de679a4f?ds=inline wxUSE_DISPLAY should be 0 for VMS port as Xinerama is apparently not available there git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h_vms b/setup.h_vms index a967ed7470..61b5a863f9 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -370,7 +370,7 @@ typedef pid_t GPid; #define wxUSE_CARET 1 -#define wxUSE_DISPLAY 1 +#define wxUSE_DISPLAY 0 #define wxUSE_GEOMETRY 1