[Tizen] Modify window position data type 46/282446/1
authorWonsik Jung <sidein@samsung.com>
Tue, 4 Oct 2022 02:31:29 +0000 (11:31 +0900)
committerWonsik Jung <sidein@samsung.com>
Tue, 4 Oct 2022 02:31:49 +0000 (11:31 +0900)
commit38d0a6c7949db8a5fd637c686f116c05c9ba4ac4
tree7d91eaa7273306575abb4ac3805dde2ba5218a57
parentbe157811201789b642430385f838813b8c2667d8
[Tizen] Modify window position data type

Current WindowPosition has the unsigned int data type.
It means that current data type can not support the negative coordinate.
This patch is to support it.

Change-Id: Ifab6e6fa0bf93aab966bd6c80e2e4109b9365650
dali-csharp-binder/src/window-wrap.cpp