diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-05-25 04:04:24 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-05-25 04:25:15 -0400 |
commit | 7b3f038ada310ac1f113d898a637df188177f8bb (patch) | |
tree | 75bbbf4fcdcc4a442babd5411679ca7997ed8566 /pango/pango-ot-info.c | |
parent | 76d05e87fb34a3f6cc5d914e91f755e964c690dc (diff) | |
download | pango-7b3f038ada310ac1f113d898a637df188177f8bb.tar.gz |
[HB] More buffer cleanup
Diffstat (limited to 'pango/pango-ot-info.c')
-rw-r--r-- | pango/pango-ot-info.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c index ea3e6f9c..fb00bb83 100644 --- a/pango/pango-ot-info.c +++ b/pango/pango-ot-info.c @@ -555,6 +555,7 @@ _pango_ot_info_position (const PangoOTInfo *info, { unsigned int i; + /* XXX */ _hb_buffer_clear_positions (buffer->buffer); hb_ot_layout_set_direction (info->layout, @@ -600,7 +601,7 @@ _pango_ot_info_position (const PangoOTInfo *info, { unsigned int i, j; - HB_Position positions = buffer->buffer->positions; + hb_glyph_position_t *positions = buffer->buffer->positions; /* First handle all left-to-right connections */ for (j = 0; j < buffer->buffer->in_length; j++) |