X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/640a1b84741ec3993707c36426cd50a79b5639ae..9df97be2c166a4d2c13e80f6a12411f03c2df023:/include/wx/osx/setup0.h diff --git a/include/wx/osx/setup0.h b/include/wx/osx/setup0.h index 28d9a18a1d..4967f7bf5b 100644 --- a/include/wx/osx/setup0.h +++ b/include/wx/osx/setup0.h @@ -1364,6 +1364,16 @@ // 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 // ----------------------------------------------------------------------------