summaryrefslogtreecommitdiff
path: root/src/ftglue.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2006-09-04 02:13:13 -0700
committerKeith Packard <keithp@neko.keithp.com>2006-09-04 02:13:13 -0700
commita04ac99f0f3e487c7611772442727a6eb4f44393 (patch)
tree3f4c4d7bda09e46a72e104f4bd761df9614bcb0e /src/ftglue.h
parent4984242e3681a50a9c19f352783f145f91ecb868 (diff)
downloadfontconfig-a04ac99f0f3e487c7611772442727a6eb4f44393.tar.gz
Hide FreeType glue code from library ABI.
FreeType glue code was escaping the shared library.
Diffstat (limited to 'src/ftglue.h')
-rw-r--r--src/ftglue.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ftglue.h b/src/ftglue.h
index 93fd91e..b273f30 100644
--- a/src/ftglue.h
+++ b/src/ftglue.h
@@ -43,6 +43,8 @@
#ifndef __OPENTYPE_FTGLUE_H__
#define __OPENTYPE_FTGLUE_H__
+#include "fcint.h"
+
#include <ft2build.h>
#include FT_FREETYPE_H
@@ -58,7 +60,7 @@ FT_BEGIN_HEADER
#define SET_ERR(c) ( (error = (c)) != 0 )
#ifndef FTGLUE_API
-#define FTGLUE_API(x) extern x
+#define FTGLUE_API(x) extern FcPrivate x
#endif
#ifndef FTGLUE_APIDEF