From a00c4ea5626526980139b122977e367b8434d24a Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 26 Jul 2004 19:23:06 +0000 Subject: [PATCH] Add missing macro to make the last change actually compile. Mon Jul 26 15:21:23 2004 Owen Taylor * pango/opentype/ftxgsub.c: Add missing macro to make the last change actually compile. --- src/ftxgsub.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ftxgsub.c b/src/ftxgsub.c index 52b498c..3e98c13 100644 --- a/src/ftxgsub.c +++ b/src/ftxgsub.c @@ -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), \ -- 2.7.4