]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/setup0.h
Move wxWebView documentation into a separate interface file and add the wxWeb library...
[wxWidgets.git] / include / wx / motif / setup0.h
index 4f0758aa59b72a15538fbc8afa9e139f16280f25..c5e3883fc7b4b294e7caba39990c60d0afb5e699 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
 // ----------------------------------------------------------------------------