diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-04-15 23:07:04 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-04-15 23:07:04 +0000 |
commit | 7465eeb03abcb70ec5ba637c9e602832fb24cb47 (patch) | |
tree | a55e4cf3d483073d69b6544109272414ce4135c1 /pango/pangofc-font.h | |
parent | f13109b0e1ac4a613363377d6698bf9637cf1e97 (diff) | |
download | pango-7465eeb03abcb70ec5ba637c9e602832fb24cb47.tar.gz |
Always include freetype.h even when not ENABLE_ENGINE | ENABLE_BACKEND.
Tue Apr 15 07:03:19 2003 Owen Taylor <otaylor@redhat.com>
* pango/pangofc-font.h: Always include freetype.h
even when not ENABLE_ENGINE | ENABLE_BACKEND.
Diffstat (limited to 'pango/pangofc-font.h')
-rw-r--r-- | pango/pangofc-font.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangofc-font.h b/pango/pangofc-font.h index 3bd3fd19..809a0e12 100644 --- a/pango/pangofc-font.h +++ b/pango/pangofc-font.h @@ -22,11 +22,11 @@ #ifndef __PANGO_FC_FONT_H__ #define __PANGO_FC_FONT_H__ -#if defined(PANGO_ENABLE_ENGINE) || defined(PANGO_ENABLE_BACKEND) - #include <freetype/freetype.h> #include <pango/pango-font.h> +#if defined(PANGO_ENABLE_ENGINE) || defined(PANGO_ENABLE_BACKEND) + G_BEGIN_DECLS #define PANGO_TYPE_FC_FONT (pango_fc_font_get_type ()) |