]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/setup0.h
Use an enum for the colour/string conversion flags
[wxWidgets.git] / include / wx / osx / setup0.h
index 29ef9e4b433fb65346a261b0e4869263a1edf8cf..938a79c502ba90a8a9df3b5ac0aa4f72143e2abb 100644 (file)
 #   define wxUSE_GRAPHICS_CONTEXT 0
 #endif
 
+// Enable wxGraphicsContext implementation using Cairo library.
+//
+// This is not needed under Windows and detected automatically by configure
+// under other systems, however you may set this to 1 manually if you installed
+// Cairo under Windows yourself and prefer to use it instead the native GDI+
+// implementation.
+//
+// Default is 0
+//
+// Recommended setting: 0
+#define wxUSE_CAIRO 0
+
+
 // ----------------------------------------------------------------------------
 // Individual GUI controls
 // ----------------------------------------------------------------------------