Missed the Haiku specific changes in ftoption, putting them back in.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33654 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Scott McCreary 2009-10-19 15:13:32 +00:00
parent b793b9cbd0
commit f70f0cf049
1 changed files with 6 additions and 4 deletions

View File

@ -92,8 +92,9 @@ FT_BEGIN_HEADER
/* This is done to allow FreeType clients to run unmodified, forcing */ /* This is done to allow FreeType clients to run unmodified, forcing */
/* them to display normal gray-level anti-aliased glyphs. */ /* them to display normal gray-level anti-aliased glyphs. */
/* */ /* */
/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */ #if HAIKU_INCLUDE_PATENTED_CODE
# define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
#endif
/*************************************************************************/ /*************************************************************************/
/* */ /* */
@ -495,8 +496,9 @@ FT_BEGIN_HEADER
/* Do not #undef this macro here, since the build system might */ /* Do not #undef this macro here, since the build system might */
/* define it for certain configurations only. */ /* define it for certain configurations only. */
/* */ /* */
/* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */ #if HAIKU_INCLUDE_PATENTED_CODE
# define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
#endif
/*************************************************************************/ /*************************************************************************/
/* */ /* */