e_policy_visibility: fix bug for checking a visible state of transient_child 75/282875/2
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 12 Oct 2022 23:20:18 +0000 (08:20 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 13 Oct 2022 00:49:17 +0000 (00:49 +0000)
commit57bb7afd54063fdb73f7edbed17bce145c2b870e
treeb51405366e035bb11fa3484193e0c6ce774a3e32
parent06a993ed36d6f54fb19c223359808263acf49119
e_policy_visibility: fix bug for checking a visible state of transient_child

There was a bug that the parent window was uniconified even though its child was not visible.
This was because that the child was uniconic state but its visibility was unknown state.
(this means it was not calculated visibility and it was not shown yet).

To resolve this problem, we add code to check whether child's visibility is unknown
in _e_policy_check_transient_child_visible function.

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