e_client/e_zone: change code to call e_client_layer_set of fullscreen/unfullscreen 19/301319/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Tue, 14 Nov 2023 05:05:27 +0000 (14:05 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 14 Nov 2023 05:32:43 +0000 (14:32 +0900)
commit163055aeb6ea4ff938326c0d4e879a910771e8e0
tree565a50021ded527194b7e97ff98182ae59271a1a
parent371e2ec67e87a7d52e31a63d616b6e2ba4b0a566
e_client/e_zone: change code to call e_client_layer_set of fullscreen/unfullscreen

There was a bug that the e_client's layer didn't restore while handling unfullscreen.
To resolve this, We moved the code calling e_client_layer_set() from e_zone to e_client.

Change-Id: I7bb0de7e42d1a3331a9b16a657fb7477ea22c789
src/bin/e_client.c
src/bin/e_zone.c