ecore_evas_wayland: send rotate done message when disapay server's callback is called. 11/123011/2
authorJiyoun Park <jy0703.park@samsung.com>
Sat, 18 Feb 2017 09:19:42 +0000 (18:19 +0900)
committerJiyoun Park <jy0703.park@samsung.com>
Tue, 4 Apr 2017 07:51:47 +0000 (16:51 +0900)
commitf1b501de869f66dd876d037c2fea88c9570cf10a
tree9fcb325f0c55809043785c32bd803c19050e26bc
parent8891a9a1b3a24b69489c59347933c6ce85116279
ecore_evas_wayland: send rotate done message when disapay server's callback is called.

Currently, if app turns on the feature "app will control the roation" like camera,
there is problem which negotiate the rotation protocol with display server.

if app turns on "app will control the roation" feature
1. when app rotate the canvas using the elm_win_rotation_with_resize_set api,
efl client will not send rotation done message to display server.
2. when display server call the _ecore_wl_window_cb_angle_change,
efl client sends fake rotation done message.

Change-Id: If82de0b96f7dafc605be5d28aa2e33a377324dad
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c