From 55506099e9cc2f060c4afd44cfdea464737ce1c0 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Thu, 19 Mar 2020 16:35:24 +0100 Subject: [PATCH] Add protocol scanning script --- scan-protocols.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scan-protocols.sh 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