From bca93c1a75324b439e93500011f90817eae1074a Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 25 Apr 2012 17:13:29 +0100 Subject: Deprecate ClutterAlpha It's time. Now that we have clutter_actor_allocate() respecting the easing state of an actor, and that the LayoutManager animation virtual functions have been deprecated, we can put ClutterAlpha on the chopping block, and be done with it, once and for all. So long, ClutterAlpha; and thanks for all the fish. --- clutter/deprecated/clutter-behaviour-rotate.c | 1 + 1 file changed, 1 insertion(+) (limited to 'clutter/deprecated/clutter-behaviour-rotate.c') diff --git a/clutter/deprecated/clutter-behaviour-rotate.c b/clutter/deprecated/clutter-behaviour-rotate.c index 056eb544b..e319f4b36 100644 --- a/clutter/deprecated/clutter-behaviour-rotate.c +++ b/clutter/deprecated/clutter-behaviour-rotate.c @@ -43,6 +43,7 @@ #define CLUTTER_DISABLE_DEPRECATION_WARNINGS +#include "clutter-alpha.h" #include "clutter-behaviour.h" #include "clutter-behaviour-rotate.h" #include "clutter-debug.h" -- cgit v1.2.1