aboutsummaryrefslogtreecommitdiff
path: root/rootston/layer_shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'rootston/layer_shell.c')
-rw-r--r--rootston/layer_shell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rootston/layer_shell.c b/rootston/layer_shell.c
index c4e82535..ccea4f8d 100644
--- a/rootston/layer_shell.c
+++ b/rootston/layer_shell.c
@@ -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);
}