Skip to content

Commit 2f19b03

Browse files
move the wayland test server to userland
Signed-off-by: Andy-Python-Programmer <[email protected]>
1 parent 41a0e54 commit 2f19b03

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

server.c renamed to userland/server.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// simple wayland test server
2+
//
3+
// ```sh
4+
// sysroot/tools/host-gcc/bin/x86_64-aero-gcc server.c -lwayland-server -o
5+
// ../base-files/server.exe
6+
// ```
7+
18
#include <errno.h>
29
#include <stdio.h>
310
#include <string.h>

0 commit comments

Comments
 (0)