e_policy_visibility: modify code to consider the child's launch cancel while waiting... 67/308767/2 accepted/tizen/7.0/unified/20240401.090757
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 1 Apr 2024 00:39:21 +0000 (09:39 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Mon, 1 Apr 2024 00:45:06 +0000 (09:45 +0900)
commitf6c2eb7f57e7f97a9424f8263880658a0f003e66
tree8722c2b2fa835bbf58e83b5942e2673055ba98e3
parentfa9ade725a0aef83dd0a1aac669fd64b4922c643
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