e_policy_visibility: modify code to consider the child's launch cancel while waiting... 83/309283/2
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 8 Apr 2024 06:32:52 +0000 (15:32 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Mon, 8 Apr 2024 07:39:50 +0000 (07:39 +0000)
commit61e58c69ebe9b114ace913b6f044c503ff2ae4dd
treec6f611230d207c23905220b29a92bb53f9f1c0aa
parent838969b4beabe13d18226499e626f0e4bb54bc3d
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: I1d1c2c5a200134c0eb7a668470172d95fddff2fb
src/bin/e_comp_object.c
src/bin/e_policy_visibility.c [changed mode: 0755->0644]