summaryrefslogtreecommitdiffstats
path: root/sway/tree/output.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/tree/output.c')
-rw-r--r--sway/tree/output.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/output.c b/sway/tree/output.c
index 7248fd00..80a36ac7 100644
--- a/sway/tree/output.c
+++ b/sway/tree/output.c
@@ -29,6 +29,7 @@ struct sway_container *container_output_destroy(struct sway_container *output) {
29 wl_list_remove(&output->sway_output->destroy.link); 29 wl_list_remove(&output->sway_output->destroy.link);
30 wl_list_remove(&output->sway_output->mode.link); 30 wl_list_remove(&output->sway_output->mode.link);
31 wl_list_remove(&output->sway_output->transform.link); 31 wl_list_remove(&output->sway_output->transform.link);
32 wl_list_remove(&output->sway_output->scale.link);
32 33
33 wl_list_remove(&output->sway_output->damage_destroy.link); 34 wl_list_remove(&output->sway_output->damage_destroy.link);
34 wl_list_remove(&output->sway_output->damage_frame.link); 35 wl_list_remove(&output->sway_output->damage_frame.link);