projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c462d64
)
e_client: added indicator information in E_Client structure
93/82193/1
author
Doyoun Kang
<doyoun.kang@samsung.com>
Mon, 1 Aug 2016 13:10:13 +0000
(22:10 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Mon, 1 Aug 2016 13:10:13 +0000
(22:10 +0900)
Change-Id: I90cabed661d48bb1bd314a5b99e08dde507310e2
src/bin/e_client.h
patch
|
blob
|
history
diff --git
a/src/bin/e_client.h
b/src/bin/e_client.h
index 272ead0d6d84d556014717c8e787942b904fc23b..8325b5209082aa6be08764d20200f5174e3f944d 100644
(file)
--- a/
src/bin/e_client.h
+++ b/
src/bin/e_client.h
@@
-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) \