You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.2 KiB

--- pango/opentype/pango-ot-private.h.dist Fri May 9 15:17:31 2003
+++ pango/opentype/pango-ot-private.h Fri May 9 15:17:09 2003
@@ -22,7 +22,8 @@
#ifndef __PANGO_OT_PRIVATE_H__
#define __PANGO_OT_PRIVATE_H__
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include <glib-object.h>
--- pango/pango-ot.h.dist Fri May 9 15:14:36 2003
+++ pango/pango-ot.h Fri May 9 15:15:45 2003
@@ -22,7 +22,8 @@
#ifndef __PANGO_OT_H__
#define __PANGO_OT_H__
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include <pango/pango-glyph.h>
G_BEGIN_DECLS
--- pango/pangoft2.c.dist Fri May 9 15:14:42 2003
+++ pango/pangoft2.c Fri May 9 15:15:58 2003
@@ -28,7 +28,8 @@
#include <glib.h>
#include <glib/gprintf.h>
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include "pango-utils.h"
#include "pangoft2.h"
--- pango/pangoft2.h.dist Fri May 9 15:14:47 2003
+++ pango/pangoft2.h Fri May 9 15:16:34 2003
@@ -23,7 +23,8 @@
#ifndef __PANGOFT2_H__
#define __PANGOFT2_H__
-#include <freetype/freetype.h>
+#include <ft2build.h>
+#include FT_FREETYPE_H
#include <fontconfig/fontconfig.h>