hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8df0c5cf6d91f0e4abecd94059565a325f545ec7

commit 8df0c5cf6d91f0e4abecd94059565a325f545ec7
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Tue Dec 9 16:51:08 2014 +0900

    ecore/animator: improve the doc description.
---
 src/lib/ecore/Ecore_Common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore/Ecore_Common.h b/src/lib/ecore/Ecore_Common.h
index a368c0e..0c32057 100644
--- a/src/lib/ecore/Ecore_Common.h
+++ b/src/lib/ecore/Ecore_Common.h
@@ -2696,7 +2696,7 @@ enum _Ecore_Pos_Map    /* Position mappings */
    ECORE_POS_MAP_DIVISOR_INTERP, /**< Start at gradient * v1, interpolated via 
power of v2 curve */
    ECORE_POS_MAP_BOUNCE, /**< Start at 0.0 then "drop" like a ball bouncing to 
the ground at 1.0, and bounce v2 times, with decay factor of v1 */
    ECORE_POS_MAP_SPRING, /**< Start at 0.0 then "wobble" like a spring rest 
position 1.0, and wobble v2 times, with decay factor of v1 */
-   ECORE_POS_MAP_CUBIC_BEZIER /**< Follow the cubic-bezier curve calculated 
with the points (x1, y1), (x2, y2) */
+   ECORE_POS_MAP_CUBIC_BEZIER /**< Follow the cubic-bezier curve calculated 
with the control points (x1, y1), (x2, y2) */
 };
 typedef enum _Ecore_Pos_Map Ecore_Pos_Map;
 

-- 


Reply via email to