Fresco/Berlin/modules/Drawing/libArt FTFont.hh,1.21,1.22
Tobias Hunger <[email protected]> Sun, 16 Nov 2003 13:48:58 +0000
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Berlin/modules/Drawing/libArt
In directory purcel:/tmp/cvs-serv19252/Berlin/modules/Drawing/libArt
Modified Files:
FTFont.hh
Log Message:
Use the FT_FREETYPE_H define consistently to stop the build breaking on new
freetype. This patch shouldn't cause problems as the method used here is
already used in the OpenGL DK (and the FontKit). Closes bug284).
Index: FTFont.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Berlin/modules/Drawing/libArt/FTFont.hh,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- FTFont.hh 5 Jan 2003 16:21:30 -0000 1.21
+++ FTFont.hh 16 Nov 2003 13:48:55 -0000 1.22
@@ -29,7 +29,8 @@
#include <Fresco/Unicode.hh>
#include <Berlin/LRUCache.hh>
#include "Font.hh"
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include <map>
namespace Berlin {