e_client: consider ec's zone size when check fully contain by above 58/192658/2
authorJunSeok, Kim <juns.kim@samsung.com>
Wed, 7 Nov 2018 10:05:04 +0000 (19:05 +0900)
committerJunSeok, Kim <juns.kim@samsung.com>
Thu, 8 Nov 2018 01:16:43 +0000 (10:16 +0900)
commit9ab68320bc3e59e8e44cff97dbbfdb1175387499
treeb1acd312a03a9dec0fe9adbcc5313c60abadb263
parentd092c783f8cd97f381dfde9c46cd30aeaf300d2c
e_client: consider ec's zone size when check fully contain by above

there was a irregular focus bug during check fully contain by above.
when the below ec's size is bigger then above ec and display size,
the function returns it isn't fully covered by above window despite the above is fullsize window.

so, corrected this bug with clip the below ec's size to their zone size.

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