diff options
author | Tony Crisci <[email protected]> | 2018-04-02 19:19:38 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2018-04-02 19:19:38 -0400 |
commit | 64b9b4b1556c1c45273bfbe0ae1c92245414cfed (patch) | |
tree | 380408259cba4ea6a536f64f9726d37e65c59032 /sway/tree/output.c | |
parent | 53aead266bb483b1aa987138a2d1658c332d0120 (diff) | |
parent | a4a241697ae591289d7c14eff972e1ef787216e2 (diff) |
Merge pull request #1691 from emersion/view-redesign
Views redesign
Diffstat (limited to 'sway/tree/output.c')
-rw-r--r-- | sway/tree/output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/tree/output.c b/sway/tree/output.c index 2331dc2b..0509db23 100644 --- a/sway/tree/output.c +++ b/sway/tree/output.c @@ -30,6 +30,7 @@ struct sway_container *container_output_destroy(struct sway_container *output) { wl_list_remove(&output->sway_output->destroy.link); wl_list_remove(&output->sway_output->mode.link); wl_list_remove(&output->sway_output->transform.link); + wl_list_remove(&output->sway_output->scale.link); wl_list_remove(&output->sway_output->damage_destroy.link); wl_list_remove(&output->sway_output->damage_frame.link); |