From 9e759756262a27bdaf20e3f3c318660d86a7226f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 19 Apr 2006 01:00:51 +0000 Subject: [PATCH] set wxUSE_DISPLAY to 1 by default git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/setup_inc.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/wx/setup_inc.h b/include/wx/setup_inc.h index 9cb0138ad9..d85e330511 100644 --- a/include/wx/setup_inc.h +++ b/include/wx/setup_inc.h @@ -688,12 +688,13 @@ #define wxUSE_CARET 1 // Use wxDisplay class: it allows enumerating all displays on a system and -// working with them. +// their geometries as well as finding the display on which the given point or +// window lies. // -// Default is 0 because it isn't yet implemented on all platforms +// Default is 1. // // Recommended setting: 1 if you need it, can be safely set to 0 otherwise -#define wxUSE_DISPLAY 0 +#define wxUSE_DISPLAY 1 // Miscellaneous geometry code: needed for Canvas library #define wxUSE_GEOMETRY 1 -- 2.45.2