mirror of
https://github.com/swaywm/sway.git
synced 2026-04-05 07:15:41 -04:00
container: Don't track outputs
The scene graph abstraction does this for us
This commit is contained in:
parent
1e018e72b4
commit
5f0801b6f2
10 changed files with 0 additions and 143 deletions
|
|
@ -250,10 +250,6 @@ static void apply_container_state(struct sway_container *container,
|
|||
view_center_surface(view);
|
||||
}
|
||||
}
|
||||
|
||||
if (!container->node.destroying) {
|
||||
container_discover_outputs(container);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue