diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 08:24:06 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-10 08:24:06 +0100 |
| commit | 5f861f0f0b81f77bd6ebf3d7e666af2fa0fca2b1 (patch) | |
| tree | 6d944c2184f84cc9505b5df9e06cb23bcbb780e5 /src/wlstate.h | |
| parent | 5b5eb5a16969afc4862fac387940818efc26780a (diff) | |
wl state
Diffstat (limited to 'src/wlstate.h')
| -rw-r--r-- | src/wlstate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wlstate.h b/src/wlstate.h index 4143a74..3612bdd 100644 --- a/src/wlstate.h +++ b/src/wlstate.h @@ -4,9 +4,10 @@ struct wl_state_s { wl_display_t display; + wl_registry_t registry; wl_compositor_t compositor; - xdg_wm_base_t wm_base; wl_surface_t surface; + xdg_wm_base_t wm_base; }; bool wayc_wl_state_init(struct wl_state_s *state); |
