summaryrefslogtreecommitdiff
path: root/src/gxlayout/gxdemo.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/gxdemo.c
parent77c95c64de4992f30d2a2f13ea1bc6b4baa6be8e (diff)
downloadfreetype2-774a0719e77afec5372e5f064af408cb6cd4fd30.tar.gz
*/*.[ch]: Rename FTL_Glyphs_Array to FTL_GlyphArray.LAYOUT
Diffstat (limited to 'src/gxlayout/gxdemo.c')
-rw-r--r--src/gxlayout/gxdemo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gxlayout/gxdemo.c b/src/gxlayout/gxdemo.c
index 028df74c2..002393924 100644
--- a/src/gxlayout/gxdemo.c
+++ b/src/gxlayout/gxdemo.c
@@ -749,7 +749,7 @@ check_toggled( GtkToggleButton * toggle, gpointer setting )
void
run_layout_engine ( GtkButton * button, gpointer request )
{
- FTL_Glyphs_Array in, out;
+ FTL_GlyphArray in, out;
FT_Face face = ((FTL_FeaturesRequest)request)->font->face;
FT_Memory memory = face->driver->root.memory;