Wayland: Fix kitty being killed on some Wayland compositors if a hidden window has a lot of output

Sway falls over and dies if it receives many render frame
requests. So send only a single one per damaged window and hope and pray
that the compositor hasn't dropped it. Shrug, Wayland, no surprise.
Fixes #2329
This commit is contained in:
Kovid Goyal
2020-05-20 14:19:09 +05:30
parent 936f6c22f0
commit d12e10830d
3 changed files with 16 additions and 3 deletions

View File

@@ -22,6 +22,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Linux: Workaround for broken Nvidia drivers for old cards (:iss:`456`)
- Wayland: Fix kitty being killed on some Wayland compositors if a hidden window
has a lot of output (:iss:`2329`)
0.17.4 [2020-05-09]
--------------------