enlightenment: Add missing field initializers for Eina_Rectangle
authorChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 14:19:43 +0000 (10:19 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 14:19:43 +0000 (10:19 -0400)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/bin/e_client.c

index 136449e..08fae40 100644 (file)
@@ -49,7 +49,7 @@ static Eina_List *handlers = NULL;
 static Ecore_Event_Handler *action_handler_key = NULL;
 static Ecore_Event_Handler *action_handler_mouse = NULL;
 static Ecore_Timer *action_timer = NULL;
-static Eina_Rectangle action_orig = {0};
+static Eina_Rectangle action_orig = {0, 0, 0, 0};
 
 static E_Client_Layout_Cb _e_client_layout_cb = NULL;