diff options
author | Owen Taylor <otaylor@redhat.com> | 2004-07-26 19:23:06 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2004-07-26 19:23:06 +0000 |
commit | 1065559f841d0ab9cef9e6851aad9b2d5f0d4948 (patch) | |
tree | 7c14ea7b87263d1041fbb69ef2eb1eafccba4cfe | |
parent | 1f5c74ea1650c21bdef9afdf2ba483e53b7ee439 (diff) | |
download | pango-1065559f841d0ab9cef9e6851aad9b2d5f0d4948.tar.gz |
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.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 5 | ||||
-rw-r--r-- | pango/opentype/ftxgsub.c | 2 |
5 files changed, 22 insertions, 0 deletions
@@ -1,3 +1,8 @@ +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. + Mon Jul 26 15:16:07 2004 Owen Taylor <otaylor@redhat.com> * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst[123]): diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index fa3fbdcf..c8a6f2f4 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,8 @@ +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. + Mon Jul 26 15:16:07 2004 Owen Taylor <otaylor@redhat.com> * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst[123]): diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index fa3fbdcf..c8a6f2f4 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,8 @@ +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. + Mon Jul 26 15:16:07 2004 Owen Taylor <otaylor@redhat.com> * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst[123]): diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index fa3fbdcf..c8a6f2f4 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,8 @@ +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. + Mon Jul 26 15:16:07 2004 Owen Taylor <otaylor@redhat.com> * pango/opentype/ftxgsub.c (Lookup_ChainContextSubst[123]): diff --git a/pango/opentype/ftxgsub.c b/pango/opentype/ftxgsub.c index 52b498c9..3e98c130 100644 --- a/pango/opentype/ftxgsub.c +++ b/pango/opentype/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), \ |