mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-01-14 21:07:28 -08:00
Destroy fullscreen node after moving clients off mon
This commit is contained in:
parent
8c948f751a
commit
b51be545b9
1 changed files with 1 additions and 1 deletions
2
dwl.c
2
dwl.c
|
@ -766,9 +766,9 @@ cleanupmon(struct wl_listener *listener, void *data)
|
|||
m->wlr_output->data = NULL;
|
||||
wlr_output_layout_remove(output_layout, m->wlr_output);
|
||||
wlr_scene_output_destroy(m->scene_output);
|
||||
wlr_scene_node_destroy(&m->fullscreen_bg->node);
|
||||
|
||||
closemon(m);
|
||||
wlr_scene_node_destroy(&m->fullscreen_bg->node);
|
||||
free(m);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue