diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 09:32:35 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 09:32:35 +0100 |
| commit | ccab86b21825ebc41f0887ea633ea28906b32a8e (patch) | |
| tree | 60f378c3629c139f412d41a85142d1b48518e54f /src/wlstate.h | |
| parent | 86c09e193ed66420da48a7fd62678286b89dace2 (diff) | |
adding vector and eventloop implementation
Diffstat (limited to 'src/wlstate.h')
| -rw-r--r-- | src/wlstate.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
