Modify window position data type 51/282051/7
authorWonsik Jung <sidein@samsung.com>
Mon, 26 Sep 2022 10:49:44 +0000 (19:49 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Thu, 13 Oct 2022 04:00:15 +0000 (04:00 +0000)
commit79e6a6915a8d9cb20a2c938afeef6de0bc705d83
tree258624951029e9d42e8a88f97f36dab08c847c7b
parent78869efa88096737ed9dd2e0940f180d3804664e
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: I2865ab926bb19853c7ecb4babd82384b5d673623
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