summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-12-21 00:53:52 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-12-21 00:53:52 +0000
commitb00ec4cbd9b6f08884d5ae01099be5f4dc854693 (patch)
tree2b7ff98988b21a648e19ba1edd5e10c36ece92c2 /modules
parentc1ed9d98350040f057abfb87412517d650738e52 (diff)
downloadpango-b00ec4cbd9b6f08884d5ae01099be5f4dc854693.tar.gz
Add opentype/.
Wed Dec 20 19:53:09 2000 Owen Taylor <otaylor@redhat.com> * docs/Makefile.am (IGNORE_HFILES): Add opentype/. * modules/{basic/basic,arabic/arabic}-xft.c: Include pango-engine.h. * pango/pangoxft.h: Don't include pango.h to avoid getting pango-enum-types.h. * pango/Makefile.am (pangoinclude_HEADERS): Move XFT_HFILES out of pango_headers, since mkenums.pl shouldn't be run on it.
Diffstat (limited to 'modules')
-rw-r--r--modules/arabic/arabic-fc.c1
-rw-r--r--modules/arabic/arabic-xft.c1
-rw-r--r--modules/basic/basic-fc.c1
-rw-r--r--modules/basic/basic-xft.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/modules/arabic/arabic-fc.c b/modules/arabic/arabic-fc.c
index b8f7b5ad..6ca37eee 100644
--- a/modules/arabic/arabic-fc.c
+++ b/modules/arabic/arabic-fc.c
@@ -25,6 +25,7 @@
#include "arabic-ot.h"
#include "pangoxft.h"
+#include "pango-engine.h"
#include "pango-utils.h"
static PangoEngineRange arabic_ranges[] = {
diff --git a/modules/arabic/arabic-xft.c b/modules/arabic/arabic-xft.c
index b8f7b5ad..6ca37eee 100644
--- a/modules/arabic/arabic-xft.c
+++ b/modules/arabic/arabic-xft.c
@@ -25,6 +25,7 @@
#include "arabic-ot.h"
#include "pangoxft.h"
+#include "pango-engine.h"
#include "pango-utils.h"
static PangoEngineRange arabic_ranges[] = {
diff --git a/modules/basic/basic-fc.c b/modules/basic/basic-fc.c
index 746a687b..c9be386c 100644
--- a/modules/basic/basic-fc.c
+++ b/modules/basic/basic-fc.c
@@ -23,6 +23,7 @@
#include <string.h>
#include "pangoxft.h"
+#include "pango-engine.h"
#include "pango-utils.h"
static PangoEngineRange basic_ranges[] = {
diff --git a/modules/basic/basic-xft.c b/modules/basic/basic-xft.c
index 746a687b..c9be386c 100644
--- a/modules/basic/basic-xft.c
+++ b/modules/basic/basic-xft.c
@@ -23,6 +23,7 @@
#include <string.h>
#include "pangoxft.h"
+#include "pango-engine.h"
#include "pango-utils.h"
static PangoEngineRange basic_ranges[] = {