]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/setup0.h
No real changes, just use ProgID term instead of incorrect CLSID.
[wxWidgets.git] / include / wx / os2 / setup0.h
index 45ba6ad2af8428128e0a7adf086a020033c6074c..7656412c7b43dc43face85f69a38497f33e59a25 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
 // ----------------------------------------------------------------------------