| commit | 5d8fd6dc4afbe307c7afee770ea5f1b4bbdcf3a7 |
| parent | bf3b7e1ace |
| author | Isaac Freund <[email protected]> |
| date | 2020-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