ecore_evas: animator eo event are not a legacy event.

This commit is contained in:
Cedric BAIL 2017-02-27 15:12:11 -08:00
parent 8195e825a6
commit 67e350361f
1 changed files with 1 additions and 1 deletions

View 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)