From 566ea338dac813f93e559b0c8dc344c8a9063928 Mon Sep 17 00:00:00 2001 From: Aleksa Vuckovic Date: Sun, 21 Jan 2024 04:02:10 +0100 Subject: Initial commit --- src/wayland.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/wayland.c (limited to 'src/wayland.c') diff --git a/src/wayland.c b/src/wayland.c new file mode 100644 index 0000000..47440c3 --- /dev/null +++ b/src/wayland.c @@ -0,0 +1,7 @@ +#ifdef Wayland +int main() +{ + printf("Wayland\n"); + return 0; +} +#endif -- cgit v1.2.3