summaryrefslogtreecommitdiff
path: root/clutter/clutter-offscreen-effect.h
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2012-02-21 15:55:51 +0000
committerRobert Bragg <robert@linux.intel.com>2012-02-21 17:46:11 +0000
commita8e631543e6e34b40b4a7ae1e345a80db23e6b4d (patch)
tree3b9d90f9719b52f42b1248ae0ac990d57a5464d0 /clutter/clutter-offscreen-effect.h
parenteff95eba4a2e15124eb38a3d1984c6725efcbe4d (diff)
downloadclutter-a8e631543e6e34b40b4a7ae1e345a80db23e6b4d.tar.gz
Reduce our internal dependence on the Cogl 1.x api
Since Cogl has started restricting what cogl 1.x api is exposed when COGL_ENABLE_EXPERIMENTAL_2_0_API is defined and since we build all Clutter internals with COGL_ENABLE_EXPERIMENTAL_2_0_API defined this patch makes a first pass at reducing our internal use of the Cogl 1.x api. The most notable api that's no longer exposed to us internally is the cogl_material_ api so this switches all Clutter internals to use the cogl_pipeline_ api instead. This patch also makes quite a bit of progress removing internal uses of CoglHandle although there is still more to go.
Diffstat (limited to 'clutter/clutter-offscreen-effect.h')
-rw-r--r--clutter/clutter-offscreen-effect.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clutter/clutter-offscreen-effect.h b/clutter/clutter-offscreen-effect.h
index bfcd6923c..6b5b17164 100644
--- a/clutter/clutter-offscreen-effect.h
+++ b/clutter/clutter-offscreen-effect.h
@@ -31,6 +31,7 @@
#include <cogl/cogl.h>
#include <clutter/clutter-effect.h>
+#include <clutter/clutter-cogl-compat.h>
G_BEGIN_DECLS