summaryrefslogtreecommitdiff
path: root/src/otlayout/otlayout.c
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/otlayout.c
parent77c95c64de4992f30d2a2f13ea1bc6b4baa6be8e (diff)
downloadfreetype2-LAYOUT.tar.gz
*/*.[ch]: Rename FTL_Glyphs_Array to FTL_GlyphArray.LAYOUT
Diffstat (limited to 'src/otlayout/otlayout.c')
-rw-r--r--src/otlayout/otlayout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/otlayout/otlayout.c b/src/otlayout/otlayout.c
index 18bb55aa4..a7da6014a 100644
--- a/src/otlayout/otlayout.c
+++ b/src/otlayout/otlayout.c
@@ -120,8 +120,8 @@
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_Error error = FT_Err_Ok;
if (( error = FTL_Copy_Glyphs_Array ( in, out ) ))