e_zone: fix return value of e_zone_visibility_calculate 37/308237/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 18 Mar 2024 00:20:35 +0000 (09:20 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 20 Mar 2024 06:07:47 +0000 (15:07 +0900)
commit787f8d403aba94e76866dab38a4906a4af02496f
treeecda489dfca3e92b1b03c4356c65adf553b69638
parente98fda727654ffca7844e2f986581328bdb46663
e_zone: fix return value of e_zone_visibility_calculate

There was a bug that the e_zone_visibility_calculate() returns EINA_TRUE even though
the visibility of windows was not changed at all.

So, we modified code to return EINA_TRUE only when there is a change of the window's
visibility.

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