cedric pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=9ad6c1b7a04c4f0f7eeaaf7fb94c8887f16b0e25

commit 9ad6c1b7a04c4f0f7eeaaf7fb94c8887f16b0e25
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Thu Jan 28 17:05:08 2016 -0800

    tests: switch anim test to Efl.Core.Animator tick.
---
 src/bin/test_anim.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/test_anim.c b/src/bin/test_anim.c
index 2eb07d6..6d6cd39 100644
--- a/src/bin/test_anim.c
+++ b/src/bin/test_anim.c
@@ -93,5 +93,5 @@ test_anim(void *data EINA_UNUSED, Evas_Object *obj 
EINA_UNUSED, void *event_info
    evas_object_resize(win, 480, 800);
    evas_object_show(win);
 
-   eo_do(win, eo_event_callback_add(ELM_WIN_EVENT_ANIMATOR_TICK, _anim_tick, 
NULL));
+   eo_do(win, eo_event_callback_add(EFL_CORE_ANIMATOR_EVENT_ANIMATOR_TICK, 
_anim_tick, NULL));
 }

-- 


Reply via email to