git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commit5d8fd6dc4afbe307c7afee770ea5f1b4bbdcf3a7
parentbf3b7e1ace
authorIsaac Freund <[email protected]>
date2020-03-19 16:35
Add protocol scanning script

 scan-protocols.sh | 3 +++
 1 file changed, 3 insertions(+)

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