Wayland: If the compositor turns off server side decorations after turning them on do not draw client side decorations

This matches the behavior of GNOME based clients and in any case sway
seems to get very confused if CSD is drawn.

Fixes #3888
This commit is contained in:
Kovid Goyal
2021-07-31 11:41:27 +05:30
parent 91d82ebf4b
commit c26665ec4d
2 changed files with 18 additions and 4 deletions

View File

@@ -23,6 +23,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Linux binary: Remove any RPATH build artifacts from bundled libraries
- Wayland: If the compositor turns off server side decorations after turning
them on do not draw client side decorations (:iss:`3888`)
0.22.0 [2021-07-26]
----------------------