mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
move output damage to workspace destructor
This commit is contained in:
parent
035a88e0dc
commit
97b171649d
2 changed files with 3 additions and 1 deletions
|
|
@ -182,6 +182,9 @@ static struct sway_container *container_workspace_destroy(
|
|||
}
|
||||
|
||||
_container_destroy(workspace);
|
||||
|
||||
output_damage_whole(output->sway_output);
|
||||
|
||||
return parent;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue