Modify window position data type 78/281978/14
authorWonsik Jung <sidein@samsung.com>
Sun, 25 Sep 2022 21:35:11 +0000 (06:35 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Fri, 14 Oct 2022 05:43:39 +0000 (14:43 +0900)
commit19522bd313c683ba114b88945a10468ae98de4c9
tree36b6c35f238e33c47b6428e5fb8239cd5390ccf8
parent56dbe90784827f836c33fdde7bdb53b5a1555bf9
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: I2e025d1adef71853dc07b45bb03102f8ba8614c2
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