freetype-commit
[Top][All Lists]
Advanced

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

[freetype2] master 0ac6921 2/2: * src/autofit/afwarp.h (af_warper_comput


From: Werner LEMBERG
Subject: [freetype2] master 0ac6921 2/2: * src/autofit/afwarp.h (af_warper_compute): Fix declaration.
Date: Sat, 16 Feb 2019 01:06:25 -0500 (EST)

branch: master
commit 0ac6921109aa78a26b874ad3a89b6ea0a209a7fc
Author: Wink Saville <address@hidden>
Commit: Werner Lemberg <address@hidden>

    * src/autofit/afwarp.h (af_warper_compute): Fix declaration.
---
 ChangeLog            | 4 ++++
 src/autofit/afwarp.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 3e6bae7..f43a7ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-02-16  Wink Saville  <address@hidden>
+
+       * src/autofit/afwarp.h (af_warper_compute): Fix declaration.
+
 2019-02-02  Nikolaus Waxweiler  <address@hidden>
 
        [truetype] Apply MVAR hasc, hdsc and hlgp metrics to current FT_Face 
metrics.
diff --git a/src/autofit/afwarp.h b/src/autofit/afwarp.h
index 5b689ee..cde71ff 100644
--- a/src/autofit/afwarp.h
+++ b/src/autofit/afwarp.h
@@ -53,7 +53,7 @@ FT_BEGIN_HEADER
                      AF_GlyphHints  hints,
                      AF_Dimension   dim,
                      FT_Fixed      *a_scale,
-                     FT_Fixed      *a_delta );
+                     FT_Pos        *a_delta );
 #endif
 
 



reply via email to

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