add dwl-wm protocol file

This commit is contained in:
Raphael Robatsch 2021-10-22 18:32:58 +02:00
commit 771082aa6e
2 changed files with 48 additions and 0 deletions

View file

@ -15,9 +15,11 @@ wayland_sources = [
wayland_scanner_code.process(
wl_protocol_dir + '/stable/xdg-shell/xdg-shell.xml',
'wlr-layer-shell-unstable-v1.xml',
'net-tapesoftware-dwl-wm-unstable-v1.xml'
),
wayland_scanner_client.process(
wl_protocol_dir + '/stable/xdg-shell/xdg-shell.xml',
'wlr-layer-shell-unstable-v1.xml',
'net-tapesoftware-dwl-wm-unstable-v1.xml'
),
]