From: Behdad Esfahbod Date: Sun, 17 May 2009 09:52:32 +0000 (-0400) Subject: [HB] Add TODO item X-Git-Tag: 1.25.1~224 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f1e6c0487f5c1bc72061f49a0faa3b134736b06a;p=platform%2Fupstream%2Fpango.git [HB] Add TODO item --- diff --git a/pango/opentype/TODO b/pango/opentype/TODO index e0a30e5..dccbb31 100644 --- a/pango/opentype/TODO +++ b/pango/opentype/TODO @@ -1,2 +1,3 @@ - Support for new, OpenType 1.6, mark filtering sets - When sanitizing, have to do a second round to make sure no toe-stepping +- Implement is_simple() diff --git a/pango/opentype/harfbuzz-buffer.c b/pango/opentype/harfbuzz-buffer.c index 1a39dc1..b99639c 100644 --- a/pango/opentype/harfbuzz-buffer.c +++ b/pango/opentype/harfbuzz-buffer.c @@ -71,7 +71,7 @@ hb_buffer_ensure( HB_Buffer buffer, while (size > new_allocated) new_allocated += (new_allocated >> 1) + 8; - + if ( buffer->positions ) { if ( REALLOC_ARRAY( buffer->positions, new_allocated, HB_PositionRec ) )