diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-26 12:01:13 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2018-03-27 18:50:32 -0400 |
commit | df9dbf31706254887652b54214e2c9ee2346f0e8 (patch) | |
tree | c5e3523884a5885bf890b126fa38222a4fa58b99 /rootston | |
parent | 11c57d22b0d7c24ee69d4c43cb08f03c7f35f0d4 (diff) |
Fix rebase issues; rearrange layers on destroy
Diffstat (limited to 'rootston')
-rw-r--r-- | rootston/layer_shell.c | 1 |
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); } |