mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
* 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:
parent
1ce98c97cf
commit
8ca07482dd
@ -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
|
||||
|
@ -25,6 +25,7 @@
|
||||
#define __PANGO_CLUTTER_H__
|
||||
|
||||
#include <glib-object.h>
|
||||
#include <pango/pango.h>
|
||||
#include <pango/pangocairo.h>
|
||||
#include <cogl/cogl.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user