]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/setup0.h
Add wxWebView backend wxUSE_ macros
[wxWidgets.git] / include / wx / os2 / setup0.h
index 9312b3ecd574df3fa874d72c731a6d546ebf5922..711a8ba78a8bf97f2acbf23386f3963b382633e5 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
 // ----------------------------------------------------------------------------