summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/freetype/include/freetype/config
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2013-04-01 18:33:17 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-02 22:28:58 +0200
commitef05a7d64f6d0414da9ea02c5d2430fe7c4aac16 (patch)
tree5b6904e330376df7b5d88aa8051187293db04880 /src/3rdparty/freetype/include/freetype/config
parent406c8ef6e67da5505c7404a2517a8b4204d7c38a (diff)
Apply Qt-specific changes to the bundled FreeType
Change-Id: Ia2e737b513f542c702f24986ec9fcb24b5631e36 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/3rdparty/freetype/include/freetype/config')
-rw-r--r--src/3rdparty/freetype/include/freetype/config/ftoption.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/3rdparty/freetype/include/freetype/config/ftoption.h b/src/3rdparty/freetype/include/freetype/config/ftoption.h
index 2047436002..811dd3e38d 100644
--- a/src/3rdparty/freetype/include/freetype/config/ftoption.h
+++ b/src/3rdparty/freetype/include/freetype/config/ftoption.h
@@ -317,7 +317,7 @@ FT_BEGIN_HEADER
/* supply font data incrementally as the document is parsed, such */
/* as the Ghostscript interpreter for the PostScript language. */
/* */
-#define FT_CONFIG_OPTION_INCREMENTAL
+/* #define FT_CONFIG_OPTION_INCREMENTAL */
/*************************************************************************/
@@ -687,7 +687,7 @@ FT_BEGIN_HEADER
* is recommended to disable the macro since it reduces the library's code
* size and activates a few memory-saving optimizations as well.
*/
-#define FT_CONFIG_OPTION_OLD_INTERNALS
+/* #define FT_CONFIG_OPTION_OLD_INTERNALS */
/*