content-type-v1: new protocol implementation

References: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/150
This commit is contained in:
Simon Ser 2022-06-03 18:44:43 +02:00
parent f863b93c05
commit 024627e872
4 changed files with 231 additions and 0 deletions

View file

@ -18,6 +18,7 @@ protocols = {
'xdg-shell': wl_protocol_dir / 'stable/xdg-shell/xdg-shell.xml',
# Staging upstream protocols
'content-type-v1': wl_protocol_dir / 'staging/content-type/content-type-v1.xml',
'drm-lease-v1': wl_protocol_dir / 'staging/drm-lease/drm-lease-v1.xml',
'ext-idle-notify-v1': wl_protocol_dir / 'staging/ext-idle-notify/ext-idle-notify-v1.xml',
'ext-session-lock-v1': wl_protocol_dir / 'staging/ext-session-lock/ext-session-lock-v1.xml',