e_client: use surface-local coordinate to check input rect of the client
authorJunseok Kim <juns.kim@samsung.com>
Thu, 17 Aug 2023 06:08:43 +0000 (15:08 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Fri, 18 Aug 2023 05:32:03 +0000 (14:32 +0900)
commit2a90cc64e3c10c7e77cbb53d09786711477f9fbe
tree3b434c54593a208de8da575fa8d59ce305c36793
parent702f73a2bd7d687a588d1634101b4cfe3c7ccf0b
e_client: use surface-local coordinate to check input rect of the client

There was a bug that input rect didn't fit with partial sized surface.
It's caused by the position checker consider as local coordinate of the client to absolute coordinate.
To correct this bug, consider the position of the client to use surface-local coordinate.

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