summaryrefslogtreecommitdiff
path: root/include/freetype/internal/services/svlayout.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 /include/freetype/internal/services/svlayout.h
parent77c95c64de4992f30d2a2f13ea1bc6b4baa6be8e (diff)
downloadfreetype2-774a0719e77afec5372e5f064af408cb6cd4fd30.tar.gz
*/*.[ch]: Rename FTL_Glyphs_Array to FTL_GlyphArray.LAYOUT
Diffstat (limited to 'include/freetype/internal/services/svlayout.h')
-rw-r--r--include/freetype/internal/services/svlayout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/freetype/internal/services/svlayout.h b/include/freetype/internal/services/svlayout.h
index 060e708fc..56f0dc3cb 100644
--- a/include/freetype/internal/services/svlayout.h
+++ b/include/freetype/internal/services/svlayout.h
@@ -58,8 +58,8 @@ FT_BEGIN_HEADER
typedef FT_Error
(*FTL_Substitute_Glyphs_Func) ( FT_Face face,
FTL_FeaturesRequest request,
- FTL_Glyphs_Array in,
- FTL_Glyphs_Array out );
+ FTL_GlyphArray in,
+ FTL_GlyphArray out );
FT_DEFINE_SERVICE( Layout )
{