diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-09 13:18:19 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-09 13:18:52 +0200 |
| commit | 86c486bf2dd589f67160b56aef4d4aae66005f77 (patch) | |
| tree | 37f05745eb8adce6309f16a7352b6fa31bc677c4 /scan-protocols.sh | |
| parent | bf17b5404846d54d70fe63eb013cf20bf0a4b448 (diff) | |
| download | river-86c486bf2dd589f67160b56aef4d4aae66005f77.tar.gz river-86c486bf2dd589f67160b56aef4d4aae66005f77.tar.xz | |
Import layer shell protocol
Diffstat (limited to 'scan-protocols.sh')
| -rwxr-xr-x | scan-protocols.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scan-protocols.sh b/scan-protocols.sh index 7ba4540..17da8bd 100755 --- a/scan-protocols.sh +++ b/scan-protocols.sh @@ -1,3 +1,6 @@ #!/bin/sh wayland-scanner server-header protocol/xdg-shell.xml protocol/xdg-shell-protocol.h wayland-scanner private-code protocol/xdg-shell.xml protocol/xdg-shell-protocol.c + +wayland-scanner server-header protocol/wlr-layer-shell-unstable-v1.xml protocol/wlr-layer-shell-unstable-v1-protocol.h +wayland-scanner private-code protocol/wlr-layer-shell-unstable-v1.xml protocol/wlr-layer-shell-unstable-v1-protocol.c |
