e_client: make e_visibility_changed be a local variable 64/296164/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 20 Jul 2023 04:28:44 +0000 (13:28 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 21 Jul 2023 01:20:44 +0000 (10:20 +0900)
commit8038e72e394c2d836ae8bf9fec3fb9f6c13db555
treec8bb7236278b94410ffc562aebfec9fa8a7ef825
parent3ed342ef2e759019b111bd1bbbbd9b1543b9ea6b
e_client: make e_visibility_changed be a local variable

Remove _e_visibility_changed varaible which is a static variable
at e_client.c file and the e_visibility_changed value is got from
_e_client_visibiilty_zone_calculate() function as a return value.

Change-Id: If261b9969d12791ea89d5273f19447120b8761f8
src/bin/e_client.c