[Tizen] Modify window position data type 47/282447/1
authorWonsik Jung <sidein@samsung.com>
Tue, 4 Oct 2022 02:30:58 +0000 (11:30 +0900)
committerWonsik Jung <sidein@samsung.com>
Tue, 4 Oct 2022 02:32:16 +0000 (11:32 +0900)
commit392f27f24eaf73c6c415ecee3c3116cd41ae99da
tree718059f9218c1cb149f4d358cef11eec887e7e87
parenta8891f4e674567be9b9ffb8092f882b3a22d601a
[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: I31d7f1b11c83e1c94b141ac3fd376d17fabd40ac
automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-window-impl.h
automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-window.cpp
automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-window.h