xdg_shell: use new lifecycle events

This commit is contained in:
Simon Ser 2024-02-16 16:48:25 +01:00
parent 7cc49d2292
commit 874a4a1e79
4 changed files with 66 additions and 63 deletions

View file

@ -44,7 +44,8 @@ struct cg_server {
struct wl_listener output_layout_change;
struct wl_listener xdg_toplevel_decoration;
struct wl_listener new_xdg_shell_surface;
struct wl_listener new_xdg_toplevel;
struct wl_listener new_xdg_popup;
struct wl_listener new_virtual_keyboard;
struct wl_listener new_virtual_pointer;