summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorErik Andren <erik.andren@gmail.com>2008-10-25 20:34:27 +0200
committerJulien Cristau <jcristau@debian.org>2008-10-25 20:41:09 +0200
commit60bb5229f0fb16cee27077552fbc35d53c94f031 (patch)
treeca8be190e9736f0b7995eed499256c1ef1d23d9a /src
parent1a34928cd823ef1452b973bd7c4c1d12cd976bba (diff)
downloadxorg-lib-libXft-60bb5229f0fb16cee27077552fbc35d53c94f031.tar.gz
Header cleanup (bug#4703)
Remove prototypes for nonexistent functions from Xft.h, and add missing include in xftglyphs.c Signed-off-by: Julien Cristau <jcristau@debian.org>
Diffstat (limited to 'src')
-rw-r--r--src/xftglyphs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xftglyphs.c b/src/xftglyphs.c
index fc11da4..1d34f49 100644
--- a/src/xftglyphs.c
+++ b/src/xftglyphs.c
@@ -23,6 +23,10 @@
#include "xftint.h"
#include <freetype/ftoutln.h>
+#if HAVE_FT_GLYPHSLOT_EMBOLDEN
+#include <freetype/ftsynth.h>
+#endif
+
static const int filters[3][3] = {
/* red */
#if 0