X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2952b4b9e438896370163a0a7026ad446062b8e6..c1aa5517acff9ce039adcd6502db2e88cdd886c7:/include/wx/setup_inc.h 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