freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master fb67289 2/2: [autofix] Complete last autofit commit.


From: Werner LEMBERG
Subject: [freetype2] master fb67289 2/2: [autofix] Complete last autofit commit.
Date: Wed, 20 Jan 2016 20:13:58 +0000

branch: master
commit fb672897f8116e0691564fa18658aec38e9f7c6b
Author: Werner Lemberg <address@hidden>
Commit: Werner Lemberg <address@hidden>

    [autofix] Complete last autofit commit.
    
    Problem reported by Kostya Serebryany <address@hidden>.
    
    * src/autofit/afshaper.c (af_shaper_get_coverage)
    [!FT_CONFIG_OPTION_USE_HARFBUZZ]: Update signature.
---
 ChangeLog              |    9 +++++++++
 src/autofit/afshaper.c |    4 +++-
 2 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d2fc27f..64fc0ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2016-01-20  Werner Lemberg  <address@hidden>
 
+       [autofix] Complete last autofit commit.
+
+       Problem reported by Kostya Serebryany <address@hidden>.
+
+       * src/autofit/afshaper.c (af_shaper_get_coverage)
+       [!FT_CONFIG_OPTION_USE_HARFBUZZ]: Update signature.
+
+2016-01-20  Werner Lemberg  <address@hidden>
+
        Still handle `__FTERRORS_H__'.
 
        We need this for backwards compatibility.
diff --git a/src/autofit/afshaper.c b/src/autofit/afshaper.c
index 95c5d95..6d13b65 100644
--- 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;
   }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]