From: Juyeon Lee Date: Fri, 22 Dec 2017 03:02:40 +0000 (+0900) Subject: ecore_evas_wayland: fix bug to pass correct rotation angle X-Git-Tag: submit/sandbox/upgrade/efl120/20180319.053334~649 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5084e9dde72f4ef19053969e6fab71b9bd0a1bd6;p=platform%2Fupstream%2Fefl.git ecore_evas_wayland: fix bug to pass correct rotation angle Change-Id: If3a77654649d7eb85b52baecd7ef5919070d2775 --- diff --git a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c index 829b1f0..eed51fa 100644 --- a/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c +++ b/src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c @@ -884,7 +884,7 @@ _ecore_evas_wl_common_cb_window_rotate(void *data EINA_UNUSED, int type EINA_UNU _ecore_evas_wl_common_wm_rot_manual_rotation_done_timeout_update(ee); } - _ecore_evas_wl_common_rotation_set(ee, ev->rotation, ev->resize); + _ecore_evas_wl_common_rotation_set(ee, ev->angle, 1); wdata->wm_rot.done = 1; //