ecore_evas_wayland: rerender the ecore_evas when app already finish rotation. 13/123013/2
authorJiyoun Park <jy0703.park@samsung.com>
Sat, 18 Feb 2017 13:09:15 +0000 (22:09 +0900)
committerJiyoun Park <jy0703.park@samsung.com>
Tue, 4 Apr 2017 07:51:47 +0000 (16:51 +0900)
commitfd91141082ea67ff7e98efae0b3ad0fb4ce3cd37
tree1d9e6b2f67cd97d5c4cd1823336443ec0916f0d2
parentf1b501de869f66dd876d037c2fea88c9570cf10a
ecore_evas_wayland: rerender the ecore_evas when app already finish rotation.

1. app call the ecore_evas_rotation_with_resize_set.
2. display server call the roation change callback

display server wait the rotation done message and flush event.
but client already finished the rendering.
so we add the rerender code to the ecore_evas_wayland client code.
but display server should not wait frame commit like usual nopending case.

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