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:
972c8b2
)
e_client: remove the usage of ec->zone at e_client_visibility_zone_calcualte
60/296760/2
author
SooChan Lim
<sc1.lim@samsung.com>
Fri, 21 Jul 2023 01:47:56 +0000
(10:47 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Fri, 4 Aug 2023 04:53:57 +0000
(
04:53
+0000)
The zone variable at e_client will be deprecated.
Change-Id: I3d9500b76bcbb2a6d14112991315c1ee22483b13
src/bin/e_client.c
patch
|
blob
|
history
diff --git
a/src/bin/e_client.c
b/src/bin/e_client.c
index 555f0831bc30068c3bcea61f98676645fc1e5aa2..e396baa903563273d25fff6de717209f4c58e89e 100644
(file)
--- a/
src/bin/e_client.c
+++ b/
src/bin/e_client.c
@@
-3357,7
+3357,7
@@
e_client_visibility_zone_calculate(E_Zone *zone)
calc_skip_type = 0;
if (e_object_is_del(E_OBJECT(ec))) continue;
if (e_client_util_ignored_get(ec)) continue;
- if (
ec->zone != zone
) continue;
+ if (
!e_zone_has_ec(zone, ec)
) continue;
if (!ec->frame) continue;
if (ec->visibility.skip) continue;
if (ec->is_cursor) continue;