diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-01-07 04:54:28 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-01-07 04:54:28 +0000 |
commit | 93968e4379a2893e3e8ddcbd24702100e8e91c0f (patch) | |
tree | abef3743d95cb735bf88d83877bdd046f7338c2e /pango/pangoft2.h | |
parent | 61b674ffd7dc481289d1b73b79048a7ee6f2da8b (diff) | |
download | pango-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 'pango/pangoft2.h')
-rw-r--r-- | pango/pangoft2.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pango/pangoft2.h b/pango/pangoft2.h index 4cd98781..77c3667d 100644 --- a/pango/pangoft2.h +++ b/pango/pangoft2.h @@ -23,8 +23,7 @@ #ifndef __PANGOFT2_H__ #define __PANGOFT2_H__ -#include <glib.h> -#include <pango/pango.h> +#include <pango/pango-layout.h> #ifdef __cplusplus extern "C" { |