Minor
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 24 Apr 2012 20:01:30 +0000 (16:01 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 24 Apr 2012 20:01:30 +0000 (16:01 -0400)
src/hb-ot-shape-normalize.cc

index b9834ca..0bcf7f5 100644 (file)
@@ -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 ();