summaryrefslogtreecommitdiff
path: root/pango/pango-ot-info.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-04-22 00:30:12 -0400
committerBehdad Esfahbod <behdad@behdad.org>2010-04-22 00:30:12 -0400
commitf82b1104f058648c7db09adb6febff31174f135f (patch)
treefb51742988b5ae40bdd9e5ae4c78630f1db2bed2 /pango/pango-ot-info.c
parenta9c4a74c5806ce8c188fa91aa5a4a837539acda6 (diff)
downloadpango-f82b1104f058648c7db09adb6febff31174f135f.tar.gz
[OT] Adjust to HB API change
Diffstat (limited to 'pango/pango-ot-info.c')
-rw-r--r--pango/pango-ot-info.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c
index 86a5ef0b..df12e69f 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);