diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index 8a5ad31579..e805422848 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -587,6 +587,14 @@ // Recommended setting: 1 (can be safely set to 0, not used by the library) #define wxUSE_CARET 1 +// Use wxDisplay class: it allows enumerating all displays on a system and +// working with them. +// +// Default is 0 because it isn't yet implemented on all platforms +// +// Recommended setting: 1 if you need it, can be safely set to 0 otherwise +#define wxUSE_DISPLAY 0 + // Miscellaneous geometry code: needed for Canvas library #define wxUSE_GEOMETRY 1