From: Behdad Esfahbod Date: Wed, 6 Oct 2010 04:23:36 +0000 (-0400) Subject: Call hb_ot_shape_setup_lookups_complex() X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=98aa3f65446496dc250d9b01d98cacfdf1157e06;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Call hb_ot_shape_setup_lookups_complex() --- diff --git a/src/hb-ot-shape.cc b/src/hb-ot-shape.cc index 053a823..a4eafe1 100644 --- a/src/hb-ot-shape.cc +++ b/src/hb-ot-shape.cc @@ -228,6 +228,14 @@ struct hb_mask_allocator_t { }; static void +hb_ot_shape_setup_lookups_complex (hb_ot_shape_context_t *c, + lookup_map *lookups, + unsigned int *num_lookups) +{ + /* XXX */ +} + +static void hb_ot_shape_setup_lookups (hb_ot_shape_context_t *c, lookup_map *lookups, unsigned int *num_lookups) @@ -265,7 +273,7 @@ hb_ot_shape_setup_lookups (hb_ot_shape_context_t *c, for (i = 0; i < ARRAY_LENGTH (default_features); i++) allocator.add_feature (default_features[i], 1, true); - /* XXX complex-shaper features go here */ + hb_ot_shape_setup_lookups_complex (c, lookups, num_lookups); for (unsigned int i = 0; i < c->num_features; i++) { const hb_feature_t *feature = &c->features[i];