diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-03-19 16:35:24 +0100 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-03-19 16:35:24 +0100 |
| commit | 55506099e9cc2f060c4afd44cfdea464737ce1c0 (patch) | |
| tree | 3dae779126b2968aef39c69dc5cfc78f4fc6f53d /scan-protocols.sh | |
| parent | 6646826386a90e629340f10e677e4f2bd3200a8b (diff) | |
| download | river-55506099e9cc2f060c4afd44cfdea464737ce1c0.tar.gz river-55506099e9cc2f060c4afd44cfdea464737ce1c0.tar.xz | |
Add protocol scanning script
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 new file mode 100755 index 0000000..7ba4540 --- /dev/null +++ b/scan-protocols.sh @@ -0,0 +1,3 @@ +#!/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 |
