mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Fix handling of unmanaged views on output removal
This commit is contained in:
parent
84d20ca5cb
commit
be9cdca75a
1 changed files with 1 additions and 1 deletions
2
output.c
2
output.c
|
|
@ -436,7 +436,7 @@ output_destroy(struct cg_output *output) {
|
|||
wl_list_insert(
|
||||
&server->curr_output
|
||||
->workspaces[server->curr_output->curr_workspace]
|
||||
->views,
|
||||
->unmanaged_views,
|
||||
&view->link);
|
||||
view->workspace =
|
||||
server->curr_output
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue