24 lines
603 B
Plaintext
24 lines
603 B
Plaintext
$OpenBSD: patch-ttf_h,v 1.1 2004/11/06 16:15:08 naddy Exp $
|
|
--- ttf.h.orig Sat Nov 6 16:39:58 2004
|
|
+++ ttf.h Sat Nov 6 16:46:46 2004
|
|
@@ -3,12 +3,13 @@
|
|
#define TTF_H__
|
|
|
|
#include <string>
|
|
-#include "freetype/freetype.h"
|
|
-#include "freetype/tttables.h"
|
|
-#include "freetype/ftsnames.h"
|
|
-#include "freetype/ttnameid.h"
|
|
-#include "freetype/fterrors.h"
|
|
-#include "freetype/ftmodule.h"
|
|
+#include <ft2build.h>
|
|
+#include FT_FREETYPE_H
|
|
+#include FT_TRUETYPE_TABLES_H
|
|
+#include FT_SFNT_NAMES_H
|
|
+#include FT_TRUETYPE_IDS_H
|
|
+#include FT_ERRORS_H
|
|
+#include FT_MODULE_H
|
|
|
|
#include "util.h"
|
|
#include "encoding.h"
|