xdg-toplevel-tag-v1: new protocol

References: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/238
This commit is contained in:
Simon Ser 2025-04-03 15:21:15 +02:00 committed by Kenny Levinsen
parent 6aa654b728
commit f4327f52cf
4 changed files with 147 additions and 0 deletions

View file

@ -103,6 +103,7 @@ wlr_files += files(
'wlr_xdg_output_v1.c',
'wlr_xdg_system_bell_v1.c',
'wlr_xdg_toplevel_icon_v1.c',
'wlr_xdg_toplevel_tag_v1.c',
)
if features.get('drm-backend')