summaryrefslogtreecommitdiff
path: root/src/wlstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wlstate.h')
-rw-r--r--src/wlstate.h2
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);