]> git.saurik.com Git - wxWidgets.git/commitdiff
wxUSE_DISPLAY should be 0 for VMS port as Xinerama is apparently not available there
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 Mar 2006 00:12:17 +0000 (00:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 17 Mar 2006 00:12:17 +0000 (00:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h_vms

index a967ed7470ee2f32e673bfd0b1e169693ccfc0ae..61b5a863f97354d039a26b1c14a5100255649d1e 100644 (file)
@@ -370,7 +370,7 @@ typedef pid_t GPid;
 
 #define wxUSE_CARET         1
 
-#define wxUSE_DISPLAY       1
+#define wxUSE_DISPLAY       0
 
 #define wxUSE_GEOMETRY            1