ref: fb672897f8116e0691564fa18658aec38e9f7c6b
parent: 24fbed052fbacb690f62bc4b0abfa29f668a35c2
author: Werner Lemberg <[email protected]>
date: Wed Jan 20 16:13:16 EST 2016
[autofix] Complete last autofit commit. Problem reported by Kostya Serebryany <[email protected]>. * src/autofit/afshaper.c (af_shaper_get_coverage) [!FT_CONFIG_OPTION_USE_HARFBUZZ]: Update signature.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2016-01-20 Werner Lemberg <[email protected]>
+ [autofix] Complete last autofit commit.
+
+ Problem reported by Kostya Serebryany <[email protected]>.
+
+ * src/autofit/afshaper.c (af_shaper_get_coverage)
+ [!FT_CONFIG_OPTION_USE_HARFBUZZ]: Update signature.
+
+2016-01-20 Werner Lemberg <[email protected]>
+
Still handle `__FTERRORS_H__'.
We need this for backwards compatibility.
--- a/src/autofit/afshaper.c
+++ b/src/autofit/afshaper.c
@@ -576,11 +576,13 @@
FT_Error
af_shaper_get_coverage( AF_FaceGlobals globals,
AF_StyleClass style_class,
- FT_UShort* gstyles )
+ FT_UShort* gstyles,
+ FT_Bool default_script )
{
FT_UNUSED( globals );
FT_UNUSED( style_class );
FT_UNUSED( gstyles );
+ FT_UNUSED( default_script );
return FT_Err_Ok;
}