From: Stefan Neis Date: Sun, 15 Jun 2003 18:36:42 +0000 (+0000) Subject: Added definition of wxUSE_DISPLAY. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5d8f5f875eaf8b32dee93acec5664b4fc9c93ff7?ds=inline Added definition of wxUSE_DISPLAY. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 // ----------------------------------------------------------------------------