Add missing macro to make the last change actually compile.

Mon Jul 26 15:21:23 2004  Owen Taylor  <otaylor@redhat.com>

        * pango/opentype/ftxgsub.c: Add missing macro to make the
        last change actually compile.
This commit is contained in:
Owen Taylor 2004-07-26 19:23:06 +00:00 committed by Owen Taylor
parent ed3e1f278d
commit a00c4ea562
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,8 @@
#define IN_PROPERTIES( pos ) buffer->in_string[(pos)].properties
#define IN_LIGID( pos ) buffer->in_string[(pos)].ligID
#define OUT_GLYPH( pos ) buffer->out_string[(pos)].gindex
#define OUT_ITEM( pos ) (&buffer->out_string[(pos)])
#define ADD_String( buffer, num_in, num_out, glyph_data, component, ligID ) \
( ( error = otl_buffer_add_output_glyphs( (buffer), \