From f43ec9b27ebe37b799709985f5587e29ec8ef88b Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sat, 11 Oct 2025 02:30:18 -0400 Subject: refactor to .h files --- wayland.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 wayland.h (limited to 'wayland.h') diff --git a/wayland.h b/wayland.h new file mode 100644 index 0000000..c5f4daa --- /dev/null +++ b/wayland.h @@ -0,0 +1,12 @@ +#ifndef WAYLAND_H_ +#define WAYLAND_H_ + +#include "state.h" + +void setup_registry(client_state* state); +void setup_surface(client_state* state); +void setup_seat(client_state* state, uint32_t name); +void setup_pointer(client_state* state); +void setup_keyboard(client_state* state); + +#endif -- cgit v1.2.3