From 8a640b5309d01c363ec0eff24d7f8d96c6f3e23e Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Fri, 10 Oct 2025 19:06:49 -0400 Subject: editorconfig --- state.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 state.h (limited to 'state.h') 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 + +typedef struct { + struct wl_display* display; + struct wl_surface* surface; +} client_state; + +#endif // STATE_H_ -- cgit v1.2.3