From f82b1104f058648c7db09adb6febff31174f135f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 22 Apr 2010 00:30:12 -0400 Subject: [PATCH] [OT] Adjust to HB API change --- pango/pango-ot-info.c | 3 +-- 1 file changed, 1 insertion(+), 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); -- 2.7.4