e_client: add APIs (e_client_stack_above/e_client_stack_below) 53/230853/2 accepted/tizen/unified/20200416.001148 submit/tizen/20200415.025022
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 15 Apr 2020 02:30:08 +0000 (11:30 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 15 Apr 2020 02:31:38 +0000 (11:31 +0900)
commitf03a787180ea4a50ecfa4f4d130bebd1da8fcc92
tree5c39ecdae50b15ea12daec0e8a73c9ea7d7e2c96
parenta40c240c157a5b08c8373ecef614d08bf63f2710
e_client: add APIs (e_client_stack_above/e_client_stack_below)

We add new APIs
- e_client_stack_above
- e_client_stack_below

And we recommend that E and E's modules have to use these APIs instead of
evas_object_stack_above and evas_object_stack_below.

Change-Id: I1e31f2a3542fdf71139d31e07850703873279cbf
src/bin/e_client.c
src/bin/e_client.h
src/bin/e_comp_wl_subsurface.c
src/bin/e_policy_stack.c
src/bin/e_policy_wl.c
src/bin/e_slot.c
src/bin/e_test_helper.c