diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-07-26 13:20:52 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-07-26 13:20:52 +0000 |
commit | f15abf82e90c3eafdd1f771dfe7acaf7ea55a4d4 (patch) | |
tree | 2831871b1b6c2e31f286086bd15e88a99ac52faa /pango | |
parent | c57bd1a6feef3897ee32ca35be60cc6853e225d6 (diff) | |
download | pango-f15abf82e90c3eafdd1f771dfe7acaf7ea55a4d4.tar.gz |
Fix some FreeType1 variable declarations that snuck in from the last
Sat Jul 26 09:16:57 2003 Owen Taylor <otaylor@redhat.com>
* pango/opentype/ftxgpos.c pango/opentype/ftxopen.c:
Fix some FreeType1 variable declarations that snuck
in from the last commits (Christophe Fergeau,
118363)
Diffstat (limited to 'pango')
-rw-r--r-- | pango/opentype/ftxgpos.c | 6 | ||||
-rw-r--r-- | pango/opentype/ftxopen.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pango/opentype/ftxgpos.c b/pango/opentype/ftxgpos.c index 5137719d..c34696cb 100644 --- a/pango/opentype/ftxgpos.c +++ b/pango/opentype/ftxgpos.c @@ -6133,9 +6133,9 @@ FT_UShort* properties = gpos->LookupList.Properties; FT_UShort* p_in = in->properties; - int nesting_level = 0; - UShort i; - TT_Pos offset; + int nesting_level = 0; + FT_UShort i; + FT_Pos offset; gpi->first = 0xFFFF; diff --git a/pango/opentype/ftxopen.c b/pango/opentype/ftxopen.c index 5d9cfad3..c9ac6603 100644 --- a/pango/opentype/ftxopen.c +++ b/pango/opentype/ftxopen.c @@ -584,7 +584,7 @@ TTO_SubTable* st; - Bool is_extension = FALSE; + FT_Bool is_extension = FALSE; base_offset = FILE_Pos(); |