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:
parent
06c12109de
commit
b682482df7
|
@ -6134,8 +6134,8 @@
|
|||
FT_UShort* p_in = in->properties;
|
||||
|
||||
int nesting_level = 0;
|
||||
UShort i;
|
||||
TT_Pos offset;
|
||||
FT_UShort i;
|
||||
FT_Pos offset;
|
||||
|
||||
|
||||
gpi->first = 0xFFFF;
|
||||
|
|
|
@ -584,7 +584,7 @@
|
|||
|
||||
TTO_SubTable* st;
|
||||
|
||||
Bool is_extension = FALSE;
|
||||
FT_Bool is_extension = FALSE;
|
||||
|
||||
|
||||
base_offset = FILE_Pos();
|
||||
|
|
Loading…
Reference in New Issue