From: Behdad Esfahbod Date: Tue, 24 Apr 2012 20:01:30 +0000 (-0400) Subject: Minor X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29a7e306e30e894f7a38daf73eca9fc772c58158;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Minor --- diff --git a/src/hb-ot-shape-normalize.cc b/src/hb-ot-shape-normalize.cc index b9834ca..0bcf7f5 100644 --- a/src/hb-ot-shape-normalize.cc +++ b/src/hb-ot-shape-normalize.cc @@ -269,6 +269,7 @@ _hb_ot_shape_normalize (hb_font_t *font, hb_buffer_t *buffer, { /* Composes. Modify starter and carry on. */ buffer->out_info[starter].codepoint = composed; + /* XXX update cluster */ set_unicode_props (&buffer->out_info[starter], buffer->unicode); buffer->skip_glyph ();