summaryrefslogtreecommitdiff
path: root/src/gxlayout/fi.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/gxlayout/fi.c
parent77c95c64de4992f30d2a2f13ea1bc6b4baa6be8e (diff)
downloadfreetype2-774a0719e77afec5372e5f064af408cb6cd4fd30.tar.gz
*/*.[ch]: Rename FTL_Glyphs_Array to FTL_GlyphArray.LAYOUT
Diffstat (limited to 'src/gxlayout/fi.c')
-rw-r--r--src/gxlayout/fi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gxlayout/fi.c b/src/gxlayout/fi.c
index 266707681..a3f8c3a1f 100644
--- a/src/gxlayout/fi.c
+++ b/src/gxlayout/fi.c
@@ -95,7 +95,7 @@ try_lig( FT_Face face, char c1, char c2 )
{
FT_Error error = FT_Err_Ok;
FTL_EngineType engine_type;
- FTL_Glyphs_Array in, out;
+ FTL_GlyphArray in, out;
FTL_FeaturesRequest request;
/* Get the engine type */