2007-08-05 Emmanuele Bassi <ebassi@openedhand.com>

* clutter/clutter-behaviour-depth.c: Fix typo in the description.
This commit is contained in:
Emmanuele Bassi 2007-08-05 09:46:01 +00:00
parent b2246f7aee
commit f13707632c
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2007-08-05 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-behaviour-depth.c: Fix typo in the description.
2007-08-04 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-behaviour-depth.c: Clarify the depth behaviour

View File

@ -45,7 +45,7 @@
* ClutterBehaviourDepth:min-depth and ClutterBehaviourDepth:max-depth
* properties. The direction of the motion on the depth axis is controlled
* by the #ClutterAlpha object. If you want to make a #ClutterActor
* controlled by the #ClutterBehaviourDepth behaviour from a depth of
* controlled by the #ClutterBehaviourDepth behaviour move from a depth of
* 0 to a depth of 100 you will have to use an increasing alpha function,
* like %CLUTTER_ALPHA_RAMP_INC. On the other hand, if you want to make
* the same actor move from a depth of 100 to a depth of 0 you will have
@ -247,5 +247,3 @@ clutter_behaviour_depth_new (ClutterAlpha *alpha,
"max-depth", max_depth,
NULL);
}