deiconify_approve: check transient child while finding above window when the win... 20/135820/4
authorDoyoun Kang <doyoun.kang@samsung.com>
Tue, 27 Jun 2017 00:47:32 +0000 (09:47 +0900)
committerJuyeon Lee <juyeonne.lee@samsung.com>
Tue, 27 Jun 2017 04:41:42 +0000 (04:41 +0000)
commit4656e96237b4b89b146a9609a8fb47337eda2935
tree91074cc142280a333687a8271164ddc5447da297
parent6edd01a992d091ed059e45f9854f4fd4f906e907
deiconify_approve: check transient child while finding above window when the win is lowered/iconified

When an app requested to lower/iconify window, we check its above window.
If above window was full size non-alpha window, then we didn't operate the deiconify_approve functionality.
But there was no code to check whether the above window was child of the window or not.
If the above window is child window, then we skip it.

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