summaryrefslogtreecommitdiff
path: root/pango/opentype/ftxopen.c
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2003-07-26 13:21:00 +0000
committerOwen Taylor <otaylor@src.gnome.org>2003-07-26 13:21:00 +0000
commit2376244be34d16225c1630b6febdb8635c23a604 (patch)
treeb5c781b90df2c4d4a282748a9c00e0f32db6bdd2 /pango/opentype/ftxopen.c
parentb352515cf7df1f928de77a34b4323b1f4bed16f1 (diff)
downloadpango-2376244be34d16225c1630b6febdb8635c23a604.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/opentype/ftxopen.c')
-rw-r--r--pango/opentype/ftxopen.c2
1 files changed, 1 insertions, 1 deletions
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();