There was a bug that the display server (enlightenment) didn't get rotation done event if
a window called ecore_wl2_window_rotation_change_done_send after calling ecore_wl2_window_hide.
This patch resolve this problem.
@tizen_only
Change-Id: I20cd592e4744f033978d65977d72a1bb9968441b
Signed-off-by: Doyoun Kang <doyoun.kang@samsung.com>
if (window->tz_position) tizen_position_destroy(window->tz_position);
window->tz_position = NULL;
- if (window->tz_rotation) tizen_rotation_destroy(window->tz_rotation);
- window->tz_rotation = NULL;
-
if (window->tz_resource) tizen_resource_destroy(window->tz_resource);
window->tz_resource = NULL;
//