Modify ecore_wl2_window_geometry_set() with window rotation angle 05/257305/1 accepted/tizen/6.0/unified/20210422.132218 submit/tizen_6.0/20210422.101220
authorWonsik Jung <sidein@samsung.com>
Thu, 22 Apr 2021 07:54:31 +0000 (16:54 +0900)
committerWonsik Jung <sidein@samsung.com>
Thu, 22 Apr 2021 07:56:17 +0000 (16:56 +0900)
commit5a564b63634a4b07ae120d4055ceb66b84504b32
tree880502bf4b5a36603e550137d71839b9d74a39e4
parentec1f6aac4d9169d96b6dabf992a38d067541fc4b
Modify ecore_wl2_window_geometry_set() with window rotation angle

Ecore-wl2 window should have the original window size and send rotation event with swapped size.
When window Hide() -> Show(), Show() function has the ecore_wl2_window_geomerty_set().
This function should be called to consider window rotation angle.

It is the back porting from the latest Tizen to fix rotation issue

Change-Id: Icea09d8fc55d25c3f7411a4266aedde3119c7d3a
dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.cpp