summaryrefslogtreecommitdiff
path: root/src/cache/ftcglyph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache/ftcglyph.h')
-rw-r--r--src/cache/ftcglyph.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cache/ftcglyph.h b/src/cache/ftcglyph.h
index 3eec640bc..06b2031b2 100644
--- a/src/cache/ftcglyph.h
+++ b/src/cache/ftcglyph.h
@@ -180,6 +180,8 @@ FT_BEGIN_HEADER
FT_UInt gindex, /* glyph index for node */
FTC_Family family );
+#ifdef FTC_INLINE
+
/* returns TRUE iff the query's glyph index correspond to the node; */
/* this assumes that the `family' and `hash' fields of the query are */
/* already correctly set */
@@ -187,6 +189,8 @@ FT_BEGIN_HEADER
FTC_GNode_Compare( FTC_GNode gnode,
FTC_GQuery gquery );
+#endif
+
/* call this function to clear a node's family -- this is necessary */
/* to implement the `node_remove_faceid' cache method correctly */
FT_LOCAL( void )