mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
Merge pull request #939 from ammen99/master
rootston: remove mode and transform signals when output is destroyed
This commit is contained in:
commit
9a83e8131a
1 changed files with 2 additions and 0 deletions
|
@ -756,6 +756,8 @@ static void output_destroy(struct roots_output *output) {
|
|||
|
||||
wl_list_remove(&output->link);
|
||||
wl_list_remove(&output->destroy.link);
|
||||
wl_list_remove(&output->mode.link);
|
||||
wl_list_remove(&output->transform.link);
|
||||
wl_list_remove(&output->damage_frame.link);
|
||||
wl_list_remove(&output->damage_destroy.link);
|
||||
free(output);
|
||||
|
|
Loading…
Reference in a new issue