Fix unParent and rotation bug 10/215510/4
authorWonsik Jung <sidein@samsung.com>
Thu, 10 Oct 2019 02:52:51 +0000 (11:52 +0900)
committerWonsik Jung <sidein@samsung.com>
Fri, 11 Oct 2019 00:48:12 +0000 (09:48 +0900)
commit5ab925567d3544c1c958f61f25de989ea8eee09a
tree52f9c9a1ca85c1b6ace604d5c8a43dbc0203cd96
parent8f56b6c935776a0e6b4eaef41b55f4103c11f3d3
Fix unParent and rotation bug

1. unParent bug
When SetParnt and unParent are called, internal Window value is not reset.
To fix, the internal window value type is changed the pointer.
2. rotation bug
On rotation callback function, commit resize signal with invalid width.
On SetEglWindowRotation(), wl_egl_window_tizen_set_rotation is called with invalid degree.

Change-Id: I7aa141c5cd1f7e3bd70a3385d02ef81035b4dc78
dali/internal/window-system/common/window-base.h
dali/internal/window-system/common/window-impl.cpp
dali/internal/window-system/tizen-wayland/ecore-wl/window-base-ecore-wl.cpp
dali/internal/window-system/tizen-wayland/ecore-wl/window-base-ecore-wl.h
dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.cpp
dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.h
dali/internal/window-system/ubuntu-x11/window-base-ecore-x.cpp
dali/internal/window-system/ubuntu-x11/window-base-ecore-x.h
dali/internal/window-system/windows/window-base-win.cpp
dali/internal/window-system/windows/window-base-win.h