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:
6bc69f6
)
visibility: fixed bug for calculating visibility
46/77146/1
accepted/tizen/common/20160629.222824
accepted/tizen/ivi/20160629.021630
accepted/tizen/mobile/20160629.021714
accepted/tizen/tv/20160629.021603
accepted/tizen/wearable/20160629.021649
submit/tizen/20160629.004854
author
Doyoun Kang
<doyoun.kang@samsung.com>
Wed, 29 Jun 2016 00:45:35 +0000
(09:45 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Wed, 29 Jun 2016 00:45:35 +0000
(09:45 +0900)
Change-Id: I506f1105df96205929450437b7e6381d36710c2d
src/bin/e_client.c
patch
|
blob
|
history
diff --git
a/src/bin/e_client.c
b/src/bin/e_client.c
index c6c8bbf14363543093b6eba31536f8c1d6b9cd57..a18ce7e19ca6975ff1487876fe961ba060fafcac 100644
(file)
--- a/
src/bin/e_client.c
+++ b/
src/bin/e_client.c
@@
-2726,8
+2726,10
@@
_e_client_visibility_zone_calculate(E_Zone *zone)
else
{
if (ec->exp_iconify.by_client)
- EC_IS_NOT_VISIBLE continue;
- calc_region = EINA_FALSE;
+ {
+ EC_IS_NOT_VISIBLE continue;
+ calc_region = EINA_FALSE;
+ }
}
}
}