From b69a24bfee5fc09ea51ec410aab2d2d9de679a4f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 17 Mar 2006 00:12:17 +0000 Subject: [PATCH] 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 --- setup.h_vms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0