e_zone: modify code to check ec->iconic and iconify_by_client in calculate visibility 19/304519/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Thu, 18 Jan 2024 06:56:27 +0000 (15:56 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 18 Jan 2024 09:31:37 +0000 (18:31 +0900)
commitaf0e6519deef914417b3497af2677297c4c90307
tree969ab517b32b14bb4a21f94d471af6fd374ba3d8
parentd2654477c1087cf4ff0bc7bd86bb9cd4f7b51ad1
e_zone: modify code to check ec->iconic and iconify_by_client in calculate visibility

There was a bug that the visibility was calculated before changing iconic state.
So, we add code to check both ec->iconic and iconify_by_client values.

Change-Id: Ie2a36d23e0ba2041086b7abb10a1d0b7401e6529
src/bin/e_zone.c