e_client: added indicator information in E_Client structure 93/82193/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 1 Aug 2016 13:10:13 +0000 (22:10 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Mon, 1 Aug 2016 13:10:13 +0000 (22:10 +0900)
Change-Id: I90cabed661d48bb1bd314a5b99e08dde507310e2

src/bin/e_client.h

index 272ead0d6d84d556014717c8e787942b904fc23b..8325b5209082aa6be08764d20200f5174e3f944d 100644 (file)
@@ -855,6 +855,13 @@ struct E_Client
 
    Eina_Bool launching : 1;
    Eina_Bool extra_animating : 1;
+
+   struct
+   {
+      int state;
+      int opacity_mode;
+      int visible_type;
+   } indicator;
 };
 
 #define e_client_focus_policy_click(ec) \