There was a bug that send iconify to ec when ec is doing rotation.
due to iconify event, the application turns to pause and didn't ack
rotation.
for fix this issue, if the ec is rotation show pending, don't append to
changed_list the ec.
Change-Id: Ia10f94c91bb08fb595f61c457adbb40868247ef8
Signed-off-by: Junseok, Kim <juns.kim@samsung.com>
}
}
- if (!is_vis_on_skip)
+ if (!is_vis_on_skip &&
+ (!skip_rot_pending_show || ec->visibility.changed))
changed_list = eina_list_append(changed_list, ec);
if (skip_rot_pending_show)