X11: use the window manager's native full-screen implementation when making windows full-screen

This matches the behavior on Cocoa and Wayland.
Fixes #1605
This commit is contained in:
Kovid Goyal 2019-05-12 15:53:06 +05:30
parent c27cf31a7c
commit 1fa9b8f102
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
12 changed files with 158 additions and 147 deletions

View file

@ -133,6 +133,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- When launching child processes set the :code:`PWD` environment variable
(:iss:`1595`)
- X11: use the window manager's native full-screen implementation when
making windows full-screen (:iss:`1605`)
0.13.3 [2019-01-19]
------------------------------