summaryrefslogtreecommitdiff
path: root/pango/fonts.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@pobox.com>2000-12-16 06:46:40 +0000
committerHavoc Pennington <hp@src.gnome.org>2000-12-16 06:46:40 +0000
commitcf11e920312b335c5eaa21021a1176fe9f913d9b (patch)
treed81ec1b8fb3d1abd4fff624d4892369c28d1b364 /pango/fonts.c
parentf4c71c29b3b9b67d746ea23b17ce28b126911f54 (diff)
downloadpango-cf11e920312b335c5eaa21021a1176fe9f913d9b.tar.gz
move pango_shape and pango_reorder_items in here.
2000-12-15 Havoc Pennington <hp@pobox.com> * pango/pango-glyph.h: move pango_shape and pango_reorder_items in here. * pango/pango-break.h: move most of pango.h in here, so that pango.h can be the only file that includes pango-enum-types.h, so that changing any header doesn't end up rebuilding all of pango due to a rebuild of pango-enum-types.h. * pango/makeenums.pl: script to generate pango-enum-types.[hc] * pango/Makefile.am (pango_headers): built pango-enum-types.h, pango-enum-types.c that do enum type registration; add pango-break.h; do some assorted rearranging to handle the built headers * pango/pango.h: moved most of it to pango-break.h * pango/break.c: include individual headers, not pango.h * pango/shape.c: ditto * pango/reorder-items.c: ditto * pango/querymodules.c: ditto * pango/pango-layout.c: ditto * pango/pango-indic.c: ditto * pango/mapping.c: ditto * pango/itemize.c: ditto * pango/fonts.c: ditto
Diffstat (limited to 'pango/fonts.c')
-rw-r--r--pango/fonts.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index 9dc7a8fc..379ad294 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -24,7 +24,9 @@
#include <math.h>
#include <string.h>
-#include "pango.h"
+#include "pango-types.h"
+#include "pango-font.h"
+#include "pango-fontmap.h"
/**
* pango_font_description_copy: