e_client: consider zone's position while calculating visibility 80/272580/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 21 Mar 2022 03:01:19 +0000 (12:01 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Mon, 21 Mar 2022 03:01:22 +0000 (12:01 +0900)
commite8aadda291dfdc78b1fe65f1a8ec3db154efedbe
tree8f715a40ed591df716f0854e934f7ae69f351e92
parent6f81d6f492c54273eaf162026450d06f32ad4839
e_client: consider zone's position while calculating visibility

To calculate visibility, we make a tiler to calculate region first.
But there was a bug that the visibility was wrong in multi zone environment because we didn't
consider the zone's position when we made a tiler.

This patch resolves this problem.

Change-Id: I068428547eea43c43eaa21024f35e2e52ba0d505
src/bin/e_client.c