Wire up xdg-toplevel-tag-v1

This commit is contained in:
Simon Ser 2025-07-10 16:44:48 +02:00 committed by Kenny Levinsen
parent f57c82a6f7
commit 3826535ab0
5 changed files with 39 additions and 1 deletions

View file

@ -119,6 +119,8 @@ struct sway_server {
struct wl_listener xdg_activation_v1_request_activate;
struct wl_listener xdg_activation_v1_new_token;
struct wl_listener xdg_toplevel_tag_manager_v1_set_tag;
struct wl_listener request_set_cursor_shape;
struct wlr_tearing_control_manager_v1 *tearing_control_v1;