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 committed by Johan Malm
parent 3b2ab4a48e
commit d2579a0088
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;