Ecore evas: Fix compilation warning (missing initializer)
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 3 Feb 2016 05:53:54 +0000 (14:53 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 3 Feb 2016 05:53:54 +0000 (14:53 +0900)
src/lib/ecore_evas/ecore_evas.c

index 6a4f3fb..bf950bf 100644 (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)
      {