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:
4fa47e9
)
visibility: do not skip the window in out of screen, we also have to send visibility...
76/58176/2
author
Seunghun Lee
<shiin.lee@samsung.com>
Thu, 28 Jan 2016 06:57:33 +0000
(15:57 +0900)
committer
Seunghun Lee
<shiin.lee@samsung.com>
Thu, 28 Jan 2016 07:40:34 +0000
(16:40 +0900)
Change-Id: I8fb40fd7b281c00950d25124eb857724433ede8f
src/e_mod_visibility.c
patch
|
blob
|
history
diff --git
a/src/e_mod_visibility.c
b/src/e_mod_visibility.c
index a1993c10a142701133d37ec604cc71100967fd60..f1fdccd9be98123bc5f7ca8e0a5bd230241ccadf 100644
(file)
--- a/
src/e_mod_visibility.c
+++ b/
src/e_mod_visibility.c
@@
-208,9
+208,6
@@
e_mod_pol_zone_visibility_calc(E_Zone *zone)
continue;
}
}
- /* check e_client and skip e_clinets not intersects with zone */
- if (!E_INTERSECTS(ec->x, ec->y, ec->w, ec->h, zone->x, zone->y, zone->w, zone->h))
- continue;
if (_client_tiler_intersects(ec, t))
{