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:
e7e2358
)
e_client: remove cond. skip_rot_pending_show for ec_vis calc
24/218224/1
author
Juyeon Lee
<juyeonne.lee@samsung.com>
Tue, 19 Nov 2019 07:44:22 +0000
(16:44 +0900)
committer
Juyeon Lee
<juyeonne.lee@samsung.com>
Wed, 20 Nov 2019 10:54:13 +0000
(10:54 +0000)
client ec->visibility.obscured is unobsecured(VIS ON)
eventhough ec->e.state.rot.pending_show is TRUE
Change-Id: I907176a1c97dd4116a3fd2038bea7470a9ee7af3
(cherry picked from commit
585079d025134afc93aa8e4118c49cbda9e6a94e
)
src/bin/e_client.c
patch
|
blob
|
history
diff --git
a/src/bin/e_client.c
b/src/bin/e_client.c
index 2a360bf6ebb3926e4b3cb5341659018599de628c..73f509c9b2ba6bc4d977dcc1086179e34daf6c90 100644
(file)
--- a/
src/bin/e_client.c
+++ b/
src/bin/e_client.c
@@
-3332,7
+3332,7
@@
_e_client_visibility_zone_calculate(E_Zone *zone)
if (canvas_vis)
{
- if (
(calc_region || skip_rot_pending_show)
&&
+ if (
calc_region
&&
(!ec->visibility.force_obscured) &&
(!ec->exp_iconify.by_client))
{