summaryrefslogtreecommitdiff
path: root/pango/pangoxft.h
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 /pango/pangoxft.h
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 'pango/pangoxft.h')
-rw-r--r--pango/pangoxft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pangoxft.h b/pango/pangoxft.h
index cbc95afa..b8b8d649 100644
--- a/pango/pangoxft.h
+++ b/pango/pangoxft.h
@@ -23,7 +23,7 @@
#ifndef __PANGOXFT_H__
#define __PANGOXFT_H__
-#include <pango/pango.h>
+#include <pango/pango-context.h>
#include <pango/pango-ot.h>
#ifdef __cplusplus