ecore_evas: animator eo event are not a legacy event.
authorCedric BAIL <cedric@osg.samsung.com>
Mon, 27 Feb 2017 23:12:11 +0000 (15:12 -0800)
committerCedric BAIL <cedric@osg.samsung.com>
Mon, 27 Feb 2017 23:12:11 +0000 (15:12 -0800)
src/lib/ecore_evas/ecore_evas.c

index 841e21f..73fd146 100644 (file)
@@ -2846,7 +2846,7 @@ ecore_evas_animator_tick(Ecore_Evas *ee, Eina_Rectangle *viewport, double loop_t
    ecore_loop_time_set(loop_time);
 
    ee->animator_ran = EINA_TRUE;
-   efl_event_callback_legacy_call(ee->evas, EFL_EVENT_ANIMATOR_TICK, &a);
+   efl_event_callback_call(ee->evas, EFL_EVENT_ANIMATOR_TICK, &a);
 
    // FIXME: We do not support partial animator in the subcanvas
    EINA_LIST_FOREACH(ee->sub_ecore_evas, l, subee)