summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2013-12-02 16:26:24 +0100
committerJulien Cristau <jcristau@debian.org>2013-12-08 12:32:24 +0100
commit4acfdaf95adb0a05c2a25550bdde036c865902f4 (patch)
tree1832802828ff330ea7ab974514776125092630a8
parentc5e760a239afc62a1c75e0509868e35957c8df52 (diff)
Use FT_*_H macros instead of including <freetype/*.h>
freetype moved its headers around in 2.5.1. Signed-off-by: Julien Cristau <jcristau@debian.org>
-rw-r--r--src/xftglyphs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xftglyphs.c b/src/xftglyphs.c
index 2f3dc5a..4b5fb82 100644
--- a/src/xftglyphs.c
+++ b/src/xftglyphs.c
@@ -21,10 +21,10 @@
*/
#include "xftint.h"
-#include <freetype/ftoutln.h>
-#include <freetype/ftlcdfil.h>
+#include FT_OUTLINE_H
+#include FT_LCD_FILTER_H
-#include <freetype/ftsynth.h>
+#include FT_SYNTHESIS_H
/*
* Validate the memory info for a font