On Wayland, Hide CSD for fullscreen windows (#1473)

This commit is contained in:
Kirill Chibisov 2020-02-19 02:58:48 +03:00 committed by GitHub
parent d1073dcecb
commit 76d0dd7ec3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 48 additions and 2 deletions

View file

@ -7,6 +7,7 @@
- On Wayland, Add HiDPI cursor support
- On Web, add the ability to query "Light" or "Dark" system theme send `ThemeChanged` on change.
- Fix `Event::to_static` returning `None` for user events.
- On Wayland, Hide CSD for fullscreen windows.
# 0.21.0 (2020-02-04)