]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
Forward port of r60190 (wxMSW Cairo support) to trunk.
[wxWidgets.git] / include / wx / msw / setup0.h
index 6ff9903c96633b4b55a72919d9d8605772787797..a85d30348906d148e02b97828cbf380de60a46bc 100644 (file)
 #define wxUSE_GRAPHICS_CONTEXT 0
 #endif
 
 #define wxUSE_GRAPHICS_CONTEXT 0
 #endif
 
+// Enable the new wxCairoContext classes for an advanced
+// 2D drawing API.  (Still somewhat experimental)
+//
+// Please note that you will need to link with Cairo for this to work.
+//
+// Default is 0
+//
+// Recommended setting: 1
+#ifndef wxUSE_CAIRO
+#define wxUSE_CAIRO 0
+#endif
+
 // ----------------------------------------------------------------------------
 // Individual GUI controls
 // ----------------------------------------------------------------------------
 // ----------------------------------------------------------------------------
 // Individual GUI controls
 // ----------------------------------------------------------------------------