aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'state.h')
-rw-r--r--state.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/state.h b/state.h
new file mode 100644
index 0000000..25af7fa
--- /dev/null
+++ b/state.h
@@ -0,0 +1,10 @@
+#ifndef STATE_H_
+#define STATE_H_
+#include <wayland-client.h>
+
+typedef struct {
+ struct wl_display* display;
+ struct wl_surface* surface;
+} client_state;
+
+#endif // STATE_H_