enlightenment: Add missing field initializers for Evas_Point
authorChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 14:18:04 +0000 (10:18 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 14:18:04 +0000 (10:18 -0400)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/modules/teamwork/e_mod_tw.c

index f54cfee..e622984 100644 (file)
@@ -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;