mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-10 13:29:44 -05:00
Fix rebase issues; rearrange layers on destroy
This commit is contained in:
parent
11c57d22b0
commit
df9dbf3170
2 changed files with 13 additions and 4 deletions
|
|
@ -153,6 +153,7 @@ static void handle_destroy(struct wl_listener *listener, void *data) {
|
|||
unmap(layer->layer_surface);
|
||||
}
|
||||
wl_list_remove(&layer->output_destroy.link);
|
||||
arrange_layers(layer->layer_surface->output);
|
||||
free(layer);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue