e_comp_object: update comp_object when it is shown 36/245336/2
authorChangyeon Lee <cyeon.lee@samsung.com>
Wed, 7 Oct 2020 07:16:06 +0000 (16:16 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Wed, 7 Oct 2020 09:17:52 +0000 (18:17 +0900)
commit062d224b777a5c7f326fc2782afaba8dd5ce8984
treeac6ee193fc5b71fef20b368e4fd97da9b2a4018c
parent15561035bef463102a06802eb144369e74290c8d
e_comp_object: update comp_object when it is shown

if comp object is shown in idle enterer before(E_CLIENT_HOOK_EVAL_FETCH),
it is rendered in idle callback without native surface and
compositor shows an empty frame if other objects aren't shown
because job callback of e_comp called at the next loop.
it causes a visual defect when windows are switched.

Change-Id: I336f5bb0ec941fbd23407a1c7488de25c96a0766
src/bin/e_comp_object.c