e_policy_visibility: modify code to consider the child's launch cancel while waiting... 89/308989/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 1 Apr 2024 00:39:21 +0000 (09:39 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 3 Apr 2024 08:53:20 +0000 (17:53 +0900)
commit8af61be13aa368da13b516bff83d9ae421d530a7
treec6be67eef7eabf7df198a8376dd6d67f2f2b3f9c
parent52b80c9e4cfcb2409b6cea4ea42a4b6767fdbc17
e_policy_visibility: modify code to consider the child's launch cancel while waiting uniconify of child

If the child window is to be hidden (by visibility) while the parent window is waiting for uniconify of child window,
then the uniconify_render timeout is occurred because the parent cannot get the "e,action,launch,done" signal of the child window.
So, we add "e,action,launch,cancel" signal event and use this to prevent the timeout of above case.

Change-Id: I97145aab138ce0485767c90836805ade10704415
src/bin/e_comp_object.c
src/bin/e_policy_visibility.c [changed mode: 0755->0644]