Wayland: Fix crash when enabling disabling monitors on sway

When an output is unregistered, the corresponding monitor object should
be removed from every windows' monitor list

Proper fix for #1696
This commit is contained in:
Kovid Goyal
2019-06-07 12:40:02 +05:30
parent 3c7a71772c
commit e846bc9308
2 changed files with 10 additions and 2 deletions

View File

@@ -43,6 +43,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
server side window decorations, such a GNOME or Weston not working
correctly (:iss:`1659`)
- Wayland: Fix crash when enabling disabling monitors on sway (:iss:`1696`)
0.14.1 [2019-05-29]
---------------------