diff options
author | Darin Adler <darin@src.gnome.org> | 2001-12-17 22:33:35 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2001-12-17 22:33:35 +0000 |
commit | 01b5c66858b8253c62b51760aef8ba1c8ad18e64 (patch) | |
tree | 28a388c4fbd72de109da0a891fca8cd05e759cc3 /pango/pangoft2.h | |
parent | 98786bf21ba68bfe496887ea31573498fe996b68 (diff) | |
download | pango-01b5c66858b8253c62b51760aef8ba1c8ad18e64.tar.gz |
Fix doc comment. Move include outside G_BEGIN_DECLS. Add const to avoid
* pango/pangoft2.c: Fix doc comment.
* pango/pangoft2.h: Move include outside G_BEGIN_DECLS.
* pango/querymodules.c: (main): Add const to avoid warning.
* tests/dump-boundaries.c: (fail): Remove unused local.
Diffstat (limited to 'pango/pangoft2.h')
-rw-r--r-- | pango/pangoft2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pangoft2.h b/pango/pangoft2.h index dc467b74..1eaeda05 100644 --- a/pango/pangoft2.h +++ b/pango/pangoft2.h @@ -25,10 +25,10 @@ #include <pango/pango-layout.h> -G_BEGIN_DECLS - #include <freetype/freetype.h> +G_BEGIN_DECLS + #define PANGO_RENDER_TYPE_FT2 "PangoRenderFT2" /* Calls for applications */ |