commit | bd26b4d21f59312805d294f46f15182adbcc47da | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Thu Jul 26 22:05:39 2012 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Thu Jul 26 22:18:24 2012 -0400 |
tree | d3ac885b5b0148bbcbe883ff0c64b78b2f3e4c4b | |
parent | 027857d0412477fb4427dcb8a8c45287c272e143 [diff] [blame] |
Minor
diff --git a/src/hb-fallback-shape.cc b/src/hb-fallback-shape.cc index 4c9a3b3..48aba73 100644 --- a/src/hb-fallback-shape.cc +++ b/src/hb-fallback-shape.cc
@@ -87,7 +87,8 @@ */ hb_bool_t -_hb_fallback_shape (hb_font_t *font, +_hb_fallback_shape (hb_shape_plan_t *shape_plan, + hb_font_t *font, hb_buffer_t *buffer, const hb_feature_t *features HB_UNUSED, unsigned int num_features HB_UNUSED)