]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/setup0.h
fixed the channel order for Mac (alpha comes first)
[wxWidgets.git] / include / wx / mac / setup0.h
index 0719c9309812d587212081d6dc86659b610172b6..f2bae0b7b7ea6a1db8a98d78004b114e4a461f24 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