shithub: freetype+ttf2subf

Download patch

ref: 16dc5d0b04fa1a67397e936fe7fcf700a732c102
parent: de43ace7a32252f0cdf50336f74fc1d9d52e2b03
author: Werner Lemberg <[email protected]>
date: Wed Dec 3 05:14:24 EST 2014

Minor.

git/fs: mount .git/fs: mount/attach disallowed
--- a/include/freetype.h
+++ b/include/freetype.h
@@ -1832,11 +1832,11 @@
 
   /* these constants are deprecated; use the corresponding `FT_OPEN_XXX' */
   /* values instead                                                      */
-#define ft_open_memory    FT_OPEN_MEMORY     /* deprecated */
-#define ft_open_stream    FT_OPEN_STREAM     /* deprecated */
-#define ft_open_pathname  FT_OPEN_PATHNAME   /* deprecated */
-#define ft_open_driver    FT_OPEN_DRIVER     /* deprecated */
-#define ft_open_params    FT_OPEN_PARAMS     /* deprecated */
+#define ft_open_memory    FT_OPEN_MEMORY
+#define ft_open_stream    FT_OPEN_STREAM
+#define ft_open_pathname  FT_OPEN_PATHNAME
+#define ft_open_driver    FT_OPEN_DRIVER
+#define ft_open_params    FT_OPEN_PARAMS
 
 
   /*************************************************************************/