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:
Neil Roberts
2011-05-16 16:04:27 +01:00
parent 07ecaf569f
commit 7d233241f1
6 changed files with 6 additions and 6 deletions

View File

@ -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