mirror of
https://github.com/swaywm/sway.git
synced 2026-03-18 05:34:20 -04:00
container: Remove useless surface dimensions
The adjustments to resize logic left them unnecessary.
This commit is contained in:
parent
7670f1a521
commit
5a4a7bc0da
6 changed files with 8 additions and 15 deletions
|
|
@ -267,8 +267,6 @@ static void apply_container_state(struct sway_container *container,
|
|||
} else {
|
||||
container->surface_y = container->current.content_y;
|
||||
}
|
||||
container->surface_width = container->current.content_width;
|
||||
container->surface_height = container->current.content_height;
|
||||
}
|
||||
|
||||
if (!container->node.destroying) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue