aboutsummaryrefslogtreecommitdiff
path: root/src/wayland.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland.c')
-rw-r--r--src/wayland.c7
1 files changed, 7 insertions, 0 deletions
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