From c5dab928775cb86cc11b7e3a8493c3432e2df201 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sat, 11 Oct 2025 12:12:49 -0400 Subject: changes --- wayland.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wayland.h') diff --git a/wayland.h b/wayland.h index e23f91f..b6c93a3 100644 --- a/wayland.h +++ b/wayland.h @@ -3,8 +3,8 @@ #include "state.h" -void setup_registry(client_state* state); -void setup_surface(client_state* state); +void setup_registry_and_globals(client_state* state); +void create_surface(client_state* state); void setup_seat(client_state* state); void setup_pointer(client_state* state); void setup_keyboard(client_state* state); -- cgit v1.2.3