e_client: consider edge value while calculating visibility 26/276426/1 accepted/tizen_6.5_unified accepted/tizen/6.5/unified/20220620.030007 submit/tizen_6.5/20220616.074453
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 15 Jun 2022 06:01:38 +0000 (15:01 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Thu, 16 Jun 2022 07:25:13 +0000 (16:25 +0900)
commit2801723272a6343ef706657a0b78dc9b8a441b6d
treeaa2aa7b3f1c6c63c2eeb192b89bb9133b89b03c1
parent3b0dff5f4329e0603fc7d3e009f2a393c527c5c2
e_client: consider edge value while calculating visibility

When the window size is 1x1, then the eina_tiler skips it as rounding.
So, we add an additional edge value to window's geometry to calculate visibility correctly.

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