[OT] Adjust to HB API change
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 22 Apr 2010 04:30:12 +0000 (00:30 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 22 Apr 2010 04:30:12 +0000 (00:30 -0400)
pango/pango-ot-info.c

index 86a5ef0..df12e69 100644 (file)
@@ -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);