summaryrefslogtreecommitdiff
path: root/wayland.h
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-03-23 20:28:57 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-03-23 20:28:57 +0100
commitdace7dca77e9539b5cb459f79c1154d11b3030fe (patch)
treefbd3bc83e15c7b8d7e41dc351a7a50cfc0164c2f /wayland.h
first version of wlock
Diffstat (limited to 'wayland.h')
-rw-r--r--wayland.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/wayland.h b/wayland.h
new file mode 100644
index 0000000..2f6a6ba
--- /dev/null
+++ b/wayland.h
@@ -0,0 +1,10 @@
+#ifndef WAYLAND_H
+#define WAYLAND_H
+
+#include <wayland-client.h>
+#include "xdg-shell-protocol.h"
+#include "wlr-layer-shell-protocol.h"
+
+int allocate_shm_file(size_t size);
+
+#endif