From 502ffec5198dd0dbd87f8d88ff07f95f241a24f8 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sat, 11 Oct 2025 11:23:17 -0400 Subject: clean up and separate from registry --- wayland.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wayland.h') diff --git a/wayland.h b/wayland.h index c5f4daa..e23f91f 100644 --- a/wayland.h +++ b/wayland.h @@ -5,7 +5,7 @@ void setup_registry(client_state* state); void setup_surface(client_state* state); -void setup_seat(client_state* state, uint32_t name); +void setup_seat(client_state* state); void setup_pointer(client_state* state); void setup_keyboard(client_state* state); -- cgit v1.2.3