[poppler] poppler/splash: SplashFTFont.cc,1.5,1.6
Kristian Høgsberg
krh at freedesktop.org
Mon Jan 23 06:45:32 PST 2006
Update of /cvs/poppler/poppler/splash
In directory gabe:/tmp/cvs-serv19888/splash
Modified Files:
SplashFTFont.cc
Log Message:
2006-01-23 Kristian Høgsberg <krh at redhat.com>
* splash/SplashFTFont.cc: Don't use deprecated freetype include
files.
Index: SplashFTFont.cc
===================================================================
RCS file: /cvs/poppler/poppler/splash/SplashFTFont.cc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- SplashFTFont.cc 17 Nov 2005 21:37:34 -0000 1.5
+++ SplashFTFont.cc 23 Jan 2006 14:45:30 -0000 1.6
@@ -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"
More information about the poppler
mailing list