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:
6d34bc9
)
e_client: modified code to calculate visibility consider effect and pending_show (2)
29/81229/1
accepted/tizen/common/20160725.153459
accepted/tizen/ivi/20160724.071931
accepted/tizen/mobile/20160724.071842
accepted/tizen/tv/20160724.071858
accepted/tizen/wearable/20160724.071914
submit/tizen/20160724.041908
author
Doyoun Kang
<doyoun.kang@samsung.com>
Sun, 24 Jul 2016 04:15:58 +0000
(13:15 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Sun, 24 Jul 2016 04:15:58 +0000
(13:15 +0900)
Change-Id: I7b9a7d7410fd7b9621d16da2c73565d1a6d296d5
src/bin/e_client.c
patch
|
blob
|
history
diff --git
a/src/bin/e_client.c
b/src/bin/e_client.c
index 56222daf6e0861bf1b9ca7b8fab53678f80d2645..4950cdcaabfcbbebd4cba8151c2d7a9fe36b73d9 100644
(file)
--- a/
src/bin/e_client.c
+++ b/
src/bin/e_client.c
@@
-2702,7
+2702,6
@@
_e_client_visibility_zone_calculate(E_Zone *zone)
}
e_client_geometry_get(ec, &x, &y, &w, &h);
- is_above_rot_pending = skip_rot_pending_show;
ec_vis = ec_opaque = skip_rot_pending_show = EINA_FALSE;
calc_region = EINA_TRUE;
@@
-2832,6
+2831,7
@@
_e_client_visibility_zone_calculate(E_Zone *zone)
}
changed_list = eina_list_append(changed_list, ec);
+ is_above_rot_pending = skip_rot_pending_show;
}
if (changed_list)