[Tizen] Modify window position data type 45/282445/2
authorWonsik Jung <sidein@samsung.com>
Tue, 4 Oct 2022 02:28:47 +0000 (11:28 +0900)
committerWonsik Jung <sidein@samsung.com>
Tue, 4 Oct 2022 06:10:42 +0000 (15:10 +0900)
commit5f4496ead063fcb1bdcd7e218e777407bc018fa3
treea10c886f2521f2baca8f81a91432b638026d6e03
parentc3460aa6e2904e52b78bdb53d8590c6bca5708fe
[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: I3c640727366600b6c463b7dbd287663e427014bc
automated-tests/src/dali-adaptor/utc-Dali-Window.cpp
dali/devel-api/adaptor-framework/window-devel.h
dali/internal/window-system/common/window-impl.cpp
dali/public-api/adaptor-framework/window.cpp
dali/public-api/adaptor-framework/window.h