e_policy_wl: Add missing call to e_client_base_output_resolution_update() 98/300998/1
authorSeunghun Lee <shiin.lee@samsung.com>
Tue, 7 Nov 2023 01:45:30 +0000 (10:45 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 7 Nov 2023 02:29:46 +0000 (11:29 +0900)
commitaad7a53bd0350f8e6a89c5bc9b89a65037a3c328
tree6551644f30ce6d6c4572982f97377381fd500747
parentd31eaf38264b9cca65000c8f503698419cd219c5
e_policy_wl: Add missing call to e_client_base_output_resolution_update()

The function `e_client_base_output_resolution_update()` was omitted when
the commit cf3f5d2 was applied by mistake. Because of this, base output
resolution feature couldn't work to windows.

This patch also moves this call from `shell` implementations to
`e_policy_wl` in this process.

Change-Id: I7abbb772040bfa598e982684889f49aff703a08c
src/bin/e_comp_wl_shell.c
src/bin/e_policy_wl.c