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:
398300a
)
e_policy: fix bug for supporting E_POLICY_INTERCEPT_SEND_PRE_VISIBILITY interceptor
56/179056/1
author
Doyoun Kang
<doyoun.kang@samsung.com>
Mon, 30 Apr 2018 10:52:28 +0000
(19:52 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Tue, 15 May 2018 10:26:19 +0000
(19:26 +0900)
there was no code to define E_POLICY_INTERCEPT_SEND_PRE_VISIBILITY value in E_Policy_Interceptor structure.
Change-Id: I1e07de4d74b1a786a213ce2b9cfa84eab928d318
src/bin/e_policy.c
patch
|
blob
|
history
diff --git
a/src/bin/e_policy.c
b/src/bin/e_policy.c
index 199473231337fcb697d19da620762f164b32c1f7..53925bb2048ec6f8c8b3d3f9c9949aafb9b56c50 100644
(file)
--- a/
src/bin/e_policy.c
+++ b/
src/bin/e_policy.c
@@
-22,6
+22,7
@@
E_Policy_Interceptor *_e_policy_interceptors[] =
[E_POLICY_INTERCEPT_STACK_TRANSIENT_FOR] = NULL,
[E_POLICY_INTERCEPT_ACTIVATE_ABOVE] = NULL,
[E_POLICY_INTERCEPT_ACTIVATE_BELOW] = NULL,
+ [E_POLICY_INTERCEPT_SEND_PRE_VISIBILITY] = NULL,
};
static Eina_List *handlers = NULL;