summaryrefslogtreecommitdiff
path: root/src/wlstate.h
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-10 08:40:04 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-10 08:40:04 +0100
commit527f8ebfb3f1a68de09ba61104bb74172d089769 (patch)
tree92ad50c7e9fe6fd6f3efd98e2b0955008699b546 /src/wlstate.h
parent5f861f0f0b81f77bd6ebf3d7e666af2fa0fca2b1 (diff)
obtaining listeners
Diffstat (limited to 'src/wlstate.h')
-rw-r--r--src/wlstate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wlstate.h b/src/wlstate.h
index 3612bdd..20a1e75 100644
--- a/src/wlstate.h
+++ b/src/wlstate.h
@@ -6,7 +6,6 @@ struct wl_state_s {
wl_display_t display;
wl_registry_t registry;
wl_compositor_t compositor;
- wl_surface_t surface;
xdg_wm_base_t wm_base;
};