summaryrefslogtreecommitdiff
path: root/src/wlstate.h
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-10 08:44:50 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-10 08:44:50 +0100
commitd2e732c507c53ddca4c60a7aff650971545d7520 (patch)
tree7c456252411e55dd2b33dc0687631cc0a4863393 /src/wlstate.h
parent527f8ebfb3f1a68de09ba61104bb74172d089769 (diff)
getting eventfd
Diffstat (limited to 'src/wlstate.h')
-rw-r--r--src/wlstate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wlstate.h b/src/wlstate.h
index 20a1e75..e4757f6 100644
--- a/src/wlstate.h
+++ b/src/wlstate.h
@@ -7,6 +7,7 @@ struct wl_state_s {
wl_registry_t registry;
wl_compositor_t compositor;
xdg_wm_base_t wm_base;
+ u32 eventfd;
};
bool wayc_wl_state_init(struct wl_state_s *state);