e_client: check transformed rect of client and input_rect of client 76/310376/1
authorJunseok Kim <juns.kim@samsung.com>
Thu, 18 Apr 2024 07:04:58 +0000 (16:04 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 26 Apr 2024 08:26:10 +0000 (17:26 +0900)
commitf4b8c72db8a6ee22281cba0663dc04ad06759b00
tree7bb483de529c653985a1282c7052d6f7bf8bc2d0
parent61596e8d48beeeaf6500208bbb9eab532dbbb350
e_client: check transformed rect of client and input_rect of client

There was a bug that inside check mismatch with real position of pointer and transformed client position.
For sync the positions, get client geometry from e_client_geometry_get
And transform input rect geometry adjust to client transform.

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