e_comp_wl_shell: Emit E_COMP_WL_HOOK_SHELL_SURFACE_READY hook 63/323263/1
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 24 Apr 2025 08:07:54 +0000 (17:07 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 25 Apr 2025 01:07:09 +0000 (10:07 +0900)
commit28e42a12c42fb6ee72ed3b27c62a2fea833f290f
tree4d872e24b9b5cf0f1540269bc3efd777ac1f3fa8
parent3114b7838cd148d20168c0e58abc2cccbcbf83ef
e_comp_wl_shell: Emit E_COMP_WL_HOOK_SHELL_SURFACE_READY hook

This patch moves the implementation of emitting the
E_COMP_WL_HOOK_SHELL_SURFACE_READY hook from e_comp_wl to
e_comp_wl_shell. The hook is emitted when new_toplevel signal is emitted
by E_Desktop_Shell.
The hook cannot be removed at this time, as it is still used by the e
modules.

Change-Id: I189210e0902fa8d00d7e480e84567fa69a2f1b91
src/bin/server/e_comp_wl.c
src/bin/server/e_comp_wl_intern.h
src/bin/server/e_comp_wl_shell.c
src/bin/server/e_comp_wl_shell_intern.h
src/bin/server/e_desktop_shell.c