summaryrefslogtreecommitdiff
path: root/modules/basic
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-01-07 04:54:28 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-01-07 04:54:28 +0000
commit93968e4379a2893e3e8ddcbd24702100e8e91c0f (patch)
treeabef3743d95cb735bf88d83877bdd046f7338c2e /modules/basic
parent61b674ffd7dc481289d1b73b79048a7ee6f2da8b (diff)
downloadpango-93968e4379a2893e3e8ddcbd24702100e8e91c0f.tar.gz
Adapt to new g_utf8_to_ucs4() prototype.
Sat Jan 6 20:23:54 2001 Owen Taylor <otaylor@redhat.com> * modules/arabic/arabic-x.c (arabic_engine_shape): Adapt to new g_utf8_to_ucs4() prototype. * modules/basic/basic-ft2.c: Include pango-engine.h * pango/pangoft2.h: Don't include pango.h, which would pull in pango-enums.h and thus break module building, just include neeeded pango-layout.h
Diffstat (limited to 'modules/basic')
-rw-r--r--modules/basic/basic-ft2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/basic/basic-ft2.c b/modules/basic/basic-ft2.c
index 72799e52..10a9bec2 100644
--- a/modules/basic/basic-ft2.c
+++ b/modules/basic/basic-ft2.c
@@ -23,6 +23,7 @@
#include <string.h>
#include "pango-layout.h"
+#include "pango-engine.h"
#include "pangoft2.h"
#include "pango-utils.h"