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:
b6cc49d
)
e_policy_visibility: delete job of client when client lower
52/164952/1
author
JunSeok, Kim
<juns.kim@samsung.com>
Wed, 13 Dec 2017 09:49:39 +0000
(18:49 +0900)
committer
JunSeok Kim
<juns.kim@samsung.com>
Fri, 22 Dec 2017 04:33:25 +0000
(
04:33
+0000)
Change-Id: I87ac5fb4f18d5bab77b4c67d0e847aa91dbf2128
(cherry picked from commit
64be26c6e7f33dfaea71b2ea77c232dbe6867c57
)
src/bin/e_policy_visibility.c
patch
|
blob
|
history
diff --git
a/src/bin/e_policy_visibility.c
b/src/bin/e_policy_visibility.c
index 0efb0795ef75c45ff9fcae41e7a00daf642512f6..7da435392a2b359ff82f1f63e4c651c3056868d9 100644
(file)
--- a/
src/bin/e_policy_visibility.c
+++ b/
src/bin/e_policy_visibility.c
@@
-1737,6
+1737,13
@@
e_policy_visibility_client_lower(E_Client *ec)
VS_DBG(ec, "API ENTRY | LOWER");
+ /* if vc has job grab, remove them */
+ if (_e_vis_client_is_uniconify_render_running(vc))
+ {
+ VS_INF(ec, "Lower while waiting Uniconify. Release grab.");
+ E_FREE_FUNC(vc->grab, _e_vis_grab_release);
+ }
+
/* find activity client among the clients to be lower */
if (!_e_vis_ec_foreground_check(ec, !!e_config->transient.lower))
{