summaryrefslogtreecommitdiff
path: root/splash
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2006-01-23 14:45:30 +0000
committerKristian Høgsberg <krh@redhat.com>2006-01-23 14:45:30 +0000
commit836af3529e827e25f20cb4710cbbf9ed0371a42c (patch)
treee0a7221449c582aee489ad9c0c661c0982c068fd /splash
parent60e13bf84e4f020a264811e4a5bf85d67e15d6df (diff)
2006-01-23 Kristian Høgsberg <krh@redhat.com>
* splash/SplashFTFont.cc: Don't use deprecated freetype include files.
Diffstat (limited to 'splash')
-rw-r--r--splash/SplashFTFont.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/splash/SplashFTFont.cc b/splash/SplashFTFont.cc
index 14319a92..52499613 100644
--- a/splash/SplashFTFont.cc
+++ b/splash/SplashFTFont.cc
@@ -19,7 +19,8 @@
#include <ft2build.h>
#include FT_OUTLINE_H
-#include FT_INTERNAL_OBJECTS_H // needed for FT_New_Size decl
+#include FT_SIZES_H
+#include FT_GLYPH_H
#include "goo/gmem.h"
#include "SplashMath.h"
#include "SplashGlyphBitmap.h"