e_zone: move e_client_visibility_zone_calculation to e_zoen_visibility_calculation 65/296765/2
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 24 Jul 2023 04:34:57 +0000 (13:34 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 4 Aug 2023 04:54:19 +0000 (04:54 +0000)
commit2a4a0378adf6fd77367e6b3943e8bf1eda55e266
tree5b337410b6a61dc1389c38cc94db25aa8a490061
parentd34e6444ec319f06d2c1aa4d552aadfe03ecd499
e_zone: move e_client_visibility_zone_calculation to e_zoen_visibility_calculation

The main role of this fucntion calcuates the visibility of the given zone. This is not
for a client, for a zone. Therefore, the function is decalared at the zone.c file and
remove the e_client_visibility_zone function at client.c file.

Change-Id: I2bd894f0acc85da529b9254fa958892522a8fd79
src/bin/e_client.c
src/bin/e_client.h
src/bin/e_comp.c
src/bin/e_zone.c
src/bin/e_zone.h