chase: handle xdg new toplevel event

https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4345
This commit is contained in:
Consolatis 2024-03-19 02:38:09 +01:00
parent 97cc4ea82d
commit 83ee5f81b5
2 changed files with 9 additions and 13 deletions

View file

@ -229,7 +229,7 @@ struct server {
struct wlr_xdg_shell *xdg_shell;
struct wlr_layer_shell_v1 *layer_shell;
struct wl_listener new_xdg_surface;
struct wl_listener new_xdg_toplevel;
struct wl_listener new_layer_surface;
struct wl_listener kde_server_decoration;