From 5d8f5f875eaf8b32dee93acec5664b4fc9c93ff7 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 15 Jun 2003 18:36:42 +0000 Subject: [PATCH] Added definition of wxUSE_DISPLAY. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/os2/setup0.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index 55898472b7..e3fcbed7ac 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.h @@ -22,6 +22,8 @@ // define this to 0 when building wxBase library #define wxUSE_GUI 1 +//define this to 1 when adding support for multiple displays/screens +#define wxUSE_DISPLAY 0 // ---------------------------------------------------------------------------- // General features // ---------------------------------------------------------------------------- -- 2.45.2