Ecore evas: Fix compilation warning (missing initializer)

This commit is contained in:
Jean-Philippe Andre 2016-02-03 14:53:54 +09:00
parent 2405c93f2c
commit f80409db30
1 changed files with 1 additions and 1 deletions

View File

@ -3076,7 +3076,7 @@ ecore_evas_animator_tick(Ecore_Evas *ee, Eina_Rectangle *viewport)
{
Ecore_Evas *subee;
Eina_List *l;
Efl_Core_Event_Animator_Tick a = { { 0 } };
Efl_Core_Event_Animator_Tick a = { { 0, 0, 0, 0 } };
if (!viewport)
{