e_policy_visibility: set vc->state to ICONIC if uniconify_by_visibility job is canceled 66/234166/2
authorDoyoun Kang <doyoun.kang@samsung.com>
Thu, 21 May 2020 11:30:54 +0000 (20:30 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Mon, 25 May 2020 23:22:38 +0000 (23:22 +0000)
commit09c4e10a20e2ca313e34619f4cd49fb7f5e259eb
treebeabee83739722aa47972dc16158387a719d2240
parent657625a87de7ea7748cf4992e73b29722db1f8d6
e_policy_visibility: set vc->state to ICONIC if uniconify_by_visibility job is canceled

There was a bug that the window didn't get uniconic state change event, so it didn't try to render again.
This was because the vc->state remained to E_VIS_ICONIFY_STATE_RUNNING_UNICONIFY_RENDER_DONE
when the uniconify_by_visibility job was canceled.
We fix this problem.

Change-Id: I9fa1d21528aa26658f04c6b2efe78e322e16a551
(cherry picked from commit 31de8224f7d44e08809faa3f1a8f0d72d10d5272)
src/bin/e_policy_visibility.c