[haiku-commits] r33654 - haiku/trunk/headers/libs/freetype2/freetype/config

  • From: scott mc <scottmc2@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Mon, 19 Oct 2009 17:13:32 +0200 (CEST)

Author: scottmc
Date: 2009-10-19 17:13:32 +0200 (Mon, 19 Oct 2009)
New Revision: 33654
Changeset: http://dev.haiku-os.org/changeset/33654/haiku

Modified:
   haiku/trunk/headers/libs/freetype2/freetype/config/ftoption.h
Log:
Missed the Haiku specific changes in ftoption, putting them back in.


Modified: haiku/trunk/headers/libs/freetype2/freetype/config/ftoption.h
===================================================================
--- haiku/trunk/headers/libs/freetype2/freetype/config/ftoption.h       
2009-10-19 10:33:01 UTC (rev 33653)
+++ haiku/trunk/headers/libs/freetype2/freetype/config/ftoption.h       
2009-10-19 15:13:32 UTC (rev 33654)
@@ -92,9 +92,10 @@
   /* This is done to allow FreeType clients to run unmodified, forcing     */
   /* 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
 
-
   /*************************************************************************/
   /*                                                                       */
   /* Many compilers provide a non-ANSI 64-bit data type that can be used   */
@@ -495,9 +496,10 @@
   /*   Do not #undef this macro here, since the build system might         */
   /*   define it for certain configurations only.                          */
   /*                                                                       */
-/* #define TT_CONFIG_OPTION_BYTECODE_INTERPRETER */
+#if HAIKU_INCLUDE_PATENTED_CODE
+#      define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+#endif
 
-
   /*************************************************************************/
   /*                                                                       */
   /* If you define TT_CONFIG_OPTION_UNPATENTED_HINTING, a special version  */


Other related posts:

  • » [haiku-commits] r33654 - haiku/trunk/headers/libs/freetype2/freetype/config - scott mc