e_policy_visibility: change vc->state to UNICONIC before calling _e_vis_job_eval 91/146291/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 28 Aug 2017 01:09:30 +0000 (10:09 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Mon, 28 Aug 2017 01:09:33 +0000 (10:09 +0900)
commit6d41a4b04c33efc63de2a71ec9147f4c42065814
tree0a4fb2f2880eefe260a8a76b66828ccbc75e5d43
parent1dd07459fdc231d0e3dc19a8b64b2c691dfb737a
e_policy_visibility: change vc->state to UNICONIC before calling _e_vis_job_eval

There was a bug that the window which rendered already was added an uniconify_render job list again
because its vc->state was RUNNING_UNICONIFY.
For this, the log "VISIBILITY | TIMEOUT ~~~" was printed sometimes.
So, we changed its vd->state to UNICONIC to prevent adding an uniconify_render job list.

Change-Id: Iae33954ef675bd62fee788e4501724049f0aa219
src/bin/e_policy_visibility.c