fix accidental subsurface reinclusion
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
IoIxD 2026-09-13 00:20:08 -07:00
commit d5e6847334
2 changed files with 1 additions and 7 deletions

View file

@ -239,9 +239,7 @@ struct _MwLLWaylandTopLevel {
};
struct _MwLLWaylandSublevel {
MwLL parent;
struct wl_subcompositor* subcompositor;
struct wl_subsurface* subsurface;
MwLL parent;
struct xdg_surface* xdg_surface;
};