elu_ews_wm: Convert to new animators

Summary:
Use more efficient animator mechanism.
Depends on D7048

Reviewers: devilhorns

Reviewed By: devilhorns

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D7049
This commit is contained in:
Derek Foreman 2018-09-18 09:43:09 -05:00
parent 3771a66555
commit 64208d4d65
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ _elm_ews_border_sig_move_start(void *data, Evas_Object *o EINA_UNUSED, const cha
_ews_border_mover_off.x = x - ox;
_ews_border_mover_off.y = y - oy;
_ews_border_mover_obj = bs_o;
_ews_border_mover = ecore_animator_add(_elm_ews_border_mover, ee);
_ews_border_mover = ecore_evas_animator_add(bs_o, _elm_ews_border_mover, ee);
}
static void