elm_web.c: use ECORE_CALLBACK_RENEW instead of EINA_TRUE for timer/animator's callbacks return value.

This commit is contained in:
Daniel Juyung Seo 2013-10-05 17:25:22 +09:00
parent 252ec02cc2
commit 6ccf0b5b21
1 changed files with 2 additions and 2 deletions

View File

@ -234,7 +234,7 @@ _view_pan_animator(void *data)
sd->mouse.y = y;
end:
return EINA_TRUE;
return ECORE_CALLBACK_RENEW;
}
static void
@ -1100,7 +1100,7 @@ _bring_in_anim_cb(void *data,
sd->bring_in.animator = NULL;
}
return EINA_TRUE;
return ECORE_CALLBACK_RENEW;
}
#endif