]> git.saurik.com Git - wxWidgets.git/commitdiff
added wxUSE_DISPLAY
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Feb 2003 10:30:35 +0000 (10:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 27 Feb 2003 10:30:35 +0000 (10:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/setup0.h

index 8a5ad31579084c4d2d17f17539c69733d1f7a7f3..e805422848d39d2a2a0a2b8406a433482ddd7a9e 100644 (file)
 // 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