diff options
author | Tony Crisci <[email protected]> | 2018-02-14 15:08:10 -0500 |
---|---|---|
committer | Tony Crisci <[email protected]> | 2018-02-14 15:08:10 -0500 |
commit | 083e11ac7c03167d88b4f7532e5311d460e799e2 (patch) | |
tree | 3cc0b6a72f4fa4dfd5d6f58bcd23831b74f19bcf /sway/tree/container.c | |
parent | 946d9459c57fc38b2536d40a45b7d4c9186b6734 (diff) | |
parent | c6cb87be19dba185e32af59e1e7fd1217a15c08b (diff) |
fix build for latest api
Diffstat (limited to 'sway/tree/container.c')
-rw-r--r-- | sway/tree/container.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/tree/container.c b/sway/tree/container.c index d1fb7a79..a6268133 100644 --- a/sway/tree/container.c +++ b/sway/tree/container.c @@ -236,6 +236,8 @@ swayc_t *destroy_output(swayc_t *output) { } } + wl_list_remove(&output->sway_output->output_destroy.link); + wlr_log(L_DEBUG, "OUTPUT: Destroying output '%s'", output->name); free_swayc(output); |