protocols: add support for xdg-system-bell-v1

This commit is contained in:
Vaxry 2025-04-29 18:32:21 +01:00
parent 465e3d979d
commit 23ecce0e7a
No known key found for this signature in database
GPG key ID: 665806380871D640
5 changed files with 105 additions and 1 deletions

View file

@ -74,6 +74,7 @@ protocols = [
wayland_protocol_dir / 'staging/content-type/content-type-v1.xml',
wayland_protocol_dir / 'staging/color-management/color-management-v1.xml',
wayland_protocol_dir / 'staging/xdg-toplevel-tag/xdg-toplevel-tag-v1.xml',
wayland_protocol_dir / 'staging/xdg-system-bell/xdg-system-bell-v1.xml',
]
wl_protocols = []