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:
bc14518
)
e_client: modified code for calculating visibility
44/170644/1
accepted/tizen/4.0/unified/20180222.080113
submit/tizen_4.0/20180221.115712
author
Doyoun Kang
<doyoun.kang@samsung.com>
Wed, 21 Feb 2018 06:46:35 +0000
(15:46 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Wed, 21 Feb 2018 06:47:40 +0000
(15:47 +0900)
we modified code to consider above window's rotation pending state.
Change-Id: I10d560b9738a0ecdd2a8906e10846b91dd5f3b13
src/bin/e_client.c
patch
|
blob
|
history
diff --git
a/src/bin/e_client.c
b/src/bin/e_client.c
index f4631edb5c49ea278ec9d9aeab6784cf79e87e6f..94861af587b9a9c33136b8cc9e6a1c765468c656 100644
(file)
--- a/
src/bin/e_client.c
+++ b/
src/bin/e_client.c
@@
-3204,7
+3204,7
@@
_e_client_visibility_zone_calculate(E_Zone *zone, Eina_Bool check_focus)
if (!is_vis_on_skip)
changed_list = eina_list_append(changed_list, ec);
- is_above_rot_pending = skip_rot_pending_show;
+ is_above_rot_pending
|
= skip_rot_pending_show;
}
if (changed_list)