Make each OS window have its own framebuffer

This commit fixes graphics rendering when more than one OS window is
open, all OS windows are semi-transparent, and multiple windows contain
graphics.

This commit closes #2310.
This commit is contained in:
Fredrick Brennan
2020-01-24 16:06:57 +08:00
parent 1b5daf930a
commit 65a7b19f40
6 changed files with 13 additions and 3 deletions

View File

@@ -45,6 +45,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix URL detection not working for urls of the form scheme:///url
(:iss:`2292`)
- When windows are semi-transparent and all contain graphics, correctly render
them. (:iss:`2310`)
0.15.1 [2019-12-21]
--------------------