[pango/harfbuzz-ng] [HB] Add TODO item
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Subject: [pango/harfbuzz-ng] [HB] Add TODO item
- Date: Sun, 17 May 2009 19:49:46 -0400 (EDT)
commit f1e6c0487f5c1bc72061f49a0faa3b134736b06a
Author: Behdad Esfahbod <behdad behdad org>
Date: Sun May 17 05:52:32 2009 -0400
[HB] Add TODO item
---
pango/opentype/TODO | 1 +
pango/opentype/harfbuzz-buffer.c | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
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 ) )
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]