aboutsummaryrefslogtreecommitdiff
path: root/state.h
diff options
context:
space:
mode:
authorRiley Beckett <rbeckettvt@gmail.com>2025-10-10 19:06:49 -0400
committerRiley Beckett <rbeckettvt@gmail.com>2025-10-10 19:06:49 -0400
commit8a640b5309d01c363ec0eff24d7f8d96c6f3e23e (patch)
tree8c9e4e989019038a01d4c82049fefb0bd682a5ec /state.h
parent704ec4107d39022abf76a86982601fd36ff467ff (diff)
editorconfig
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_