diff options
author | Emmanuele Bassi <ebassi@openedhand.com> | 2008-10-30 17:11:29 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@openedhand.com> | 2008-10-30 17:11:29 +0000 |
commit | b5cc7a4044840494ef769f8debed642a133266f4 (patch) | |
tree | 25ff19ca5fe5d943ae88649e5db7c282fcb9b357 /clutter/clutter-main.h | |
parent | a32eca26b647e442e2c35c86a1cf4a78f733f8c4 (diff) | |
download | clutter-b5cc7a4044840494ef769f8debed642a133266f4.tar.gz |
2008-10-30 Emmanuele Bassi <ebassi@linux.intel.com>
Bug 1215 - Move the Pango renderer to the public API
* clutter/pango/*: Rename PangoClutter -> CoglPango.
* clutter/Makefile.am:
* clutter/clutter-backend.c:
* clutter/clutter-entry.c:
* clutter/clutter-label.c:
* clutter/clutter-main.[ch]:
* clutter/clutter-private.h: Update the users of the Pango
renderer API.
* README: Update release notes.
Diffstat (limited to 'clutter/clutter-main.h')
-rw-r--r-- | clutter/clutter-main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clutter/clutter-main.h b/clutter/clutter-main.h index 7a9106f82..9927d12fd 100644 --- a/clutter/clutter-main.h +++ b/clutter/clutter-main.h @@ -30,6 +30,7 @@ #include <clutter/clutter-actor.h> #include <clutter/clutter-stage.h> +#include <pango/pango.h> G_BEGIN_DECLS @@ -164,6 +165,7 @@ void clutter_grab_pointer_for_device (ClutterActor *actor, void clutter_ungrab_pointer_for_device (gint id); +PangoFontMap * clutter_get_font_map (void); G_END_DECLS |