Merge branch 'scene-confusion' into 'master'

scene: only send leave events to outputs with matching scene root

See merge request wlroots/wlroots!5315
This commit is contained in:
Ronan Pigott 2026-04-12 03:14:35 -07:00
commit fb4f6d1f12
2 changed files with 22 additions and 9 deletions

View file

@ -127,6 +127,8 @@ struct wlr_surface_output {
struct {
struct wl_listener bind;
struct wl_listener destroy;
bool suspended;
} WLR_PRIVATE;
};