2008-02-11 Emmanuele Bassi <ebassi@openedhand.com>

* README:
	* NEWS: Release 0.5.6

	* configure.ac: Post release bump to 0.5.7.

	* clutter/clutter-behaviour-scale.c:
	* tests/test-fbo.c: Fix compilation warnings.
This commit is contained in:
Emmanuele Bassi
2008-02-11 16:29:31 +00:00
parent 3c1792bc86
commit bab8b24aed
5 changed files with 18 additions and 4 deletions

View File

@ -83,8 +83,6 @@ scale_frame_foreach (ClutterBehaviour *behaviour,
ClutterActor *actor,
gpointer data)
{
ClutterBehaviourScalePrivate *priv =
CLUTTER_BEHAVIOUR_SCALE (behaviour)->priv;
ScaleFrameClosure *closure = data;
clutter_actor_set_scalex (actor, closure->scale_x, closure->scale_y);