From ccab86b21825ebc41f0887ea633ea28906b32a8e Mon Sep 17 00:00:00 2001 From: Fabrice Date: Tue, 10 Feb 2026 09:32:35 +0100 Subject: adding vector and eventloop implementation --- src/wlstate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wlstate.h') diff --git a/src/wlstate.h b/src/wlstate.h index 7bb3499..98885db 100644 --- a/src/wlstate.h +++ b/src/wlstate.h @@ -7,7 +7,7 @@ struct wlstate_s { wl_registry_t registry; wl_compositor_t compositor; xdg_wm_base_t wm_base; - u32 eventfd; + i32 eventfd; }; bool wayc_wlstate_init(struct wlstate_s *state); -- cgit v1.2.3