]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/setup0.h
Simplify backend enum naming, we do not need separate values for gtk and osx webkit...
[wxWidgets.git] / include / wx / osx / setup0.h
index 28d9a18a1dade698060c425b4e432b680782f3da..4967f7bf5b1fe9b510144701431f46c6567cb814 100644 (file)
 // to create files in SVG (Scalable Vector Graphics) format.
 #define wxUSE_SVG 1
 
+// Should wxDC provide SetTransformMatrix() and related methods?
+//
+// Default is 1 but can be set to 0 if this functionality is not used. Notice
+// that currently only wxMSW supports this so setting this to 0 doesn't change
+// much for non-MSW platforms (although it will still save a few bytes
+// probably).
+//
+// Recommended setting: 1.
+#define wxUSE_DC_TRANSFORM_MATRIX 1
+
 // ----------------------------------------------------------------------------
 // image format support
 // ----------------------------------------------------------------------------