projects
/
platform
/
core
/
uifw
/
e-mod-tizen-wm-policy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a011ea
)
e_mod_wl: do nothing in the e_mod_pol_wl_iconify_state_change_send() if the client...
20/78620/1
author
Seunghun Lee
<shiin.lee@samsung.com>
Wed, 6 Jul 2016 07:19:08 +0000
(16:19 +0900)
committer
Seunghun Lee
<shiin.lee@samsung.com>
Wed, 6 Jul 2016 08:26:39 +0000
(17:26 +0900)
Change-Id: If0572706a95d69fa03bba16a19175f0d053dda6c
src/e_mod_wl.c
patch
|
blob
|
history
diff --git
a/src/e_mod_wl.c
b/src/e_mod_wl.c
index 134d2f81fb5a6691f0050ed12333f5026776ded1..b20e8f7ad23d59d8424f94aff088db6a2f68c88c 100644
(file)
--- a/
src/e_mod_wl.c
+++ b/
src/e_mod_wl.c
@@
-1044,6
+1044,8
@@
e_mod_pol_wl_iconify_state_change_send(E_Client *ec, int iconic)
Eina_Iterator *it;
Ecore_Window win;
+ if (ec->exp_iconify.skip_iconify) return;
+
if (e_config->transient.iconify)
{
E_Client *child;