devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=a6661a20666049b9c1909b9c0f68e9115056d309

commit a6661a20666049b9c1909b9c0f68e9115056d309
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Wed Oct 14 10:18:04 2015 -0400

    enlightenment: Add missing field initializers for Evas_Point
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/modules/teamwork/e_mod_tw.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/teamwork/e_mod_tw.c b/src/modules/teamwork/e_mod_tw.c
index f54cfee..e622984 100644
--- a/src/modules/teamwork/e_mod_tw.c
+++ b/src/modules/teamwork/e_mod_tw.c
@@ -50,7 +50,7 @@ static Ecore_Idler *media_cleaner[2] = {NULL};
 static Eina_List *handlers = NULL;
 static Media_Cache_List *tw_cache_list[2] = {NULL};
 
-static Evas_Point last_coords = {0};
+static Evas_Point last_coords = {0, 0};
 
 static uint64_t tw_win = 0;
 

-- 


Reply via email to