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:
55e5d9f
)
e_policy_stack: add ec's changed flag in e_policy_stack_transient_for_set
40/113040/1
accepted/tizen/3.0/common/20170206.110645
accepted/tizen/3.0/ivi/20170206.034150
accepted/tizen/3.0/mobile/20170206.033740
accepted/tizen/3.0/tv/20170206.033846
accepted/tizen/3.0/wearable/20170206.034042
accepted/tizen/common/20170206.124220
accepted/tizen/ivi/20170205.234256
accepted/tizen/mobile/20170205.234202
accepted/tizen/tv/20170205.234216
accepted/tizen/wearable/20170205.234236
submit/tizen/20170205.074758
submit/tizen_3.0/20170205.073338
author
Doyoun Kang
<doyoun.kang@samsung.com>
Sun, 5 Feb 2017 07:20:57 +0000
(16:20 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Sun, 5 Feb 2017 07:20:57 +0000
(16:20 +0900)
there was a bug that the window stack is not changed when it set a transient_for by conformant policy
Change-Id: I5c6903cb0c6be3f3b9f62254c9b668d61e033274
src/bin/e_policy_stack.c
patch
|
blob
|
history
diff --git
a/src/bin/e_policy_stack.c
b/src/bin/e_policy_stack.c
index fcdce7e6f7a454d3ed631d12cbcf5cdb5b1e5bb1..69dd6051bdbf599bfc6a886feac3529907375e9b 100644
(file)
--- a/
src/bin/e_policy_stack.c
+++ b/
src/bin/e_policy_stack.c
@@
-242,6
+242,8
@@
e_policy_stack_transient_for_set(E_Client *child, E_Client *parent)
child->icccm.fetch.transient_for = EINA_TRUE;
child->icccm.transient_for = pwin;
+
+ EC_CHANGED(child);
}
void