refactoring: use new API instead of exp_iconify.by_client 08/281208/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 14 Sep 2022 06:31:30 +0000 (15:31 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Wed, 14 Sep 2022 07:44:26 +0000 (16:44 +0900)
commitd07c158e3ccf70a2132e916174c1233a2a85928d
tree64b89ace21a868595407f269f77163c91faf4edd
parent1d8ae58961f86da761a6e4c4a351524340eb2878
refactoring: use new API instead of exp_iconify.by_client

Add new API for checking whether the window is iconified by client request or not.
- e_client_is_iconified_by_client

We replace code to use e_client_is_iconified_by_client() API instead of
ec->exp_iconify.by_client directly.

Change-Id: I823d3202d55dd8bc7ae220a016fafde544826487
13 files changed:
src/bin/e_client.c
src/bin/e_client.h
src/bin/e_comp_object.c
src/bin/e_comp_wl_capture.c
src/bin/e_comp_wl_rsm.c
src/bin/e_comp_wl_shell.c
src/bin/e_info_server.c
src/bin/e_policy.c
src/bin/e_policy_stack.c
src/bin/e_policy_visibility.c
src/bin/e_policy_wl.c
src/bin/e_test_helper.c
src/bin/services/e_service_cbhm.c