diff options
author | Werner Lemberg <wl@gnu.org> | 2011-03-02 03:52:36 +0100 |
---|---|---|
committer | Werner Lemberg <wl@gnu.org> | 2011-03-02 03:52:36 +0100 |
commit | 576fc2c06e9b34db235b18cc8ae20c3ce789fb65 (patch) | |
tree | b2603625fc295094705b822a570b802e4c2e897d /src/autofit/aftypes.h | |
parent | e547a656a5b24d6bab178fc8864263e57b31ec95 (diff) |
Add AF_CONFIG_OPTION_USE_WARPER to control the autofit warper.
* devel/ftoption.h, include/freetype/config/ftoption.h
(AF_CONFIG_OPTION_USE_WARPER): New macro.
* src/autofit/aftypes.h (AF_USE_WARPER): Remove.
* src/autofit/*: s/AF_USE_WARPER/AF_CONFIG_OPTION_USE_WARPER/.
* src/autofit/afwarp.c [!AF_CONFIG_OPTION_USE_WARPER]: Replace dummy
variable assignment with a typedef.
Diffstat (limited to 'src/autofit/aftypes.h')
-rw-r--r-- | src/autofit/aftypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/autofit/aftypes.h b/src/autofit/aftypes.h index 755e30bf..23753ff0 100644 --- a/src/autofit/aftypes.h +++ b/src/autofit/aftypes.h @@ -53,7 +53,6 @@ FT_BEGIN_HEADER /*************************************************************************/ /*************************************************************************/ -#define xxAF_USE_WARPER /* only define to use warp hinting */ #define xxAF_DEBUG #ifdef AF_DEBUG |