* clutter/pango/cogl-pango.h: Include pango/pango.h to get

pango-renderer.h. In versions prior to 1.18.4 pangocairo.h does
	not include pango-renderer.h
This commit is contained in:
Neil Roberts 2008-11-21 16:18:31 +00:00
parent 1ce98c97cf
commit 8ca07482dd
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2008-11-21 Neil Roberts <neil@linux.intel.com>
* clutter/pango/cogl-pango.h: Include pango/pango.h to get
pango-renderer.h. In versions prior to 1.18.4 pangocairo.h does
not include pango-renderer.h
2008-11-21 Neil Roberts <neil@linux.intel.com>
Bug 1280 - clutter_score_append_at_marker lead to segmentation

View File

@ -25,6 +25,7 @@
#define __PANGO_CLUTTER_H__
#include <glib-object.h>
#include <pango/pango.h>
#include <pango/pangocairo.h>
#include <cogl/cogl.h>