summaryrefslogtreecommitdiff
path: root/src/otlayout/otltypes.h
diff options
context:
space:
mode:
authorYamato, Masatake (大和正武) <jet@gyve.org>2004-05-06 12:17:41 +0000
committerYamato, Masatake (大和正武) <jet@gyve.org>2004-05-06 12:17:41 +0000
commit774a0719e77afec5372e5f064af408cb6cd4fd30 (patch)
tree60f160a911dd25223328c7699c43173220b0f05d /src/otlayout/otltypes.h
parent77c95c64de4992f30d2a2f13ea1bc6b4baa6be8e (diff)
downloadfreetype2-LAYOUT.tar.gz
*/*.[ch]: Rename FTL_Glyphs_Array to FTL_GlyphArray.LAYOUT
Diffstat (limited to 'src/otlayout/otltypes.h')
-rw-r--r--src/otlayout/otltypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/otlayout/otltypes.h b/src/otlayout/otltypes.h
index 6b60f48a4..8244da282 100644
--- a/src/otlayout/otltypes.h
+++ b/src/otlayout/otltypes.h
@@ -67,8 +67,8 @@ FT_BEGIN_HEADER
FT_LOCAL ( FT_Error )
otl_substitute_glyphs ( FT_Face face,
FTL_FeaturesRequest request,
- FTL_Glyphs_Array in,
- FTL_Glyphs_Array out );
+ FTL_GlyphArray in,
+ FTL_GlyphArray out );
FT_END_HEADER
#endif /* Not def: __OTLTYPES_H__ */