mirror of
https://github.com/brl/mutter.git
synced 2025-06-28 16:03:04 +00:00
Fix include location for cogl-pango.h
In Cogl, cogl-pango.h has moved to <cogl-pango/cogl-pango.h>. When using the experimental 2.0 API (which Clutter does) it is no longer possible to include it under the old name of <cogl/cogl-pango.h> so we need to update the include location.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include <stdlib.h>
|
||||
#include <cogl/cogl.h>
|
||||
#include <cogl-pango.h>
|
||||
#include <cogl-pango/cogl-pango.h>
|
||||
#include <clutter/clutter.h>
|
||||
|
||||
#define SHADOW_X_OFFSET 3
|
||||
|
Reference in New Issue
Block a user