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)
This commit is contained in:
Owen Taylor 2003-07-26 13:20:52 +00:00 committed by Owen Taylor
parent 06c12109de
commit b682482df7
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -584,7 +584,7 @@
TTO_SubTable* st;
Bool is_extension = FALSE;
FT_Bool is_extension = FALSE;
base_offset = FILE_Pos();