From 86c09e193ed66420da48a7fd62678286b89dace2 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Tue, 10 Feb 2026 09:04:15 +0100 Subject: working on event loop --- src/wlstate.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/wlstate.h') diff --git a/src/wlstate.h b/src/wlstate.h index 9d962c2..7bb3499 100644 --- a/src/wlstate.h +++ b/src/wlstate.h @@ -2,7 +2,7 @@ #include "utils.h" -struct wl_state_s { +struct wlstate_s { wl_display_t display; wl_registry_t registry; wl_compositor_t compositor; @@ -10,6 +10,6 @@ struct wl_state_s { u32 eventfd; }; -bool wayc_wl_state_init(struct wl_state_s *state); -void wayc_wl_state_deinit(struct wl_state_s *state); -void wayc_wl_state_update(struct wl_state_s *state); +bool wayc_wlstate_init(struct wlstate_s *state); +void wayc_wlstate_deinit(struct wlstate_s *state); +void wayc_wlstate_update(struct wlstate_s *state); -- cgit v1.2.3