aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-03-19 16:35:24 +0100
committerIsaac Freund <ifreund@ifreund.xyz>2020-03-19 16:35:24 +0100
commit55506099e9cc2f060c4afd44cfdea464737ce1c0 (patch)
tree3dae779126b2968aef39c69dc5cfc78f4fc6f53d
parent6646826386a90e629340f10e677e4f2bd3200a8b (diff)
downloadriver-55506099e9cc2f060c4afd44cfdea464737ce1c0.tar.gz
river-55506099e9cc2f060c4afd44cfdea464737ce1c0.tar.xz
Add protocol scanning script
-rwxr-xr-xscan-protocols.sh3
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