[pango/harfbuzz-ng-external] [OT] Adjust to HB API change



commit f82b1104f058648c7db09adb6febff31174f135f
Author: Behdad Esfahbod <behdad behdad org>
Date:   Thu Apr 22 00:30:12 2010 -0400

    [OT] Adjust to HB API change

 pango/pango-ot-info.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c
index 86a5ef0..df12e69 100644
--- a/pango/pango-ot-info.c
+++ b/pango/pango-ot-info.c
@@ -261,8 +261,7 @@ synthesize_class_def (PangoOTInfo *info)
 
   g_array_free (glyph_infos, TRUE);
 
-  hb_ot_layout_build_glyph_classes (info->hb_face, info->face->num_glyphs,
-				    glyph_indices, classes, j);
+  hb_ot_layout_build_glyph_classes (info->hb_face, glyph_indices, classes, j);
 
   g_free (glyph_indices);
   g_free (classes);



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