summaryrefslogtreecommitdiff
path: root/wayland.h
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-03-21 21:17:17 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-03-21 21:17:17 +0100
commitc0a7c5ddcb9e0e98f6d981448e7c54fab6621327 (patch)
treed0307493efe92924ad267f6a0c5efb0fc1e16bc3 /wayland.h
first sketch
Diffstat (limited to 'wayland.h')
-rw-r--r--wayland.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/wayland.h b/wayland.h
new file mode 100644
index 0000000..5646f48
--- /dev/null
+++ b/wayland.h
@@ -0,0 +1,11 @@
+#ifndef WAYLAND_H
+#define WAYLAND_H
+
+#include <wayland-client.h>
+#include "xdg-shell-protocol.h"
+#include "wlr-layer-shell-protocol.h"
+#include "dwl-bar-ipc-protocol.h"
+
+int allocate_shm_file(size_t size);
+
+#endif