]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/setup_inc.h
remove the vertical scrollbar completely if the control is empty
[wxWidgets.git] / include / wx / setup_inc.h
index 9cb0138ad96d3aa367a48fca38023e79a26b8c6b..d85e3305116c8d04ea5c4359d2108069bbd8624c 100644 (file)
 #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