From: Behdad Esfahbod Date: Thu, 22 Apr 2010 04:30:12 +0000 (-0400) Subject: [OT] Adjust to HB API change X-Git-Tag: 1.31.0~19^2~39 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f82b1104f058648c7db09adb6febff31174f135f;p=platform%2Fupstream%2Fpango.git [OT] Adjust to HB API change --- 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);