on Wayland, Add HiDPI cursor support (#1454)

Fixes #727.
This commit is contained in:
Kirill Chibisov 2020-02-13 05:48:58 +03:00 committed by GitHub
parent 5f52d7c9d0
commit 83b60beba6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 2 deletions

View file

@ -4,6 +4,7 @@
- On Wayland, fix coordinates in touch events when scale factor isn't 1.
- On Wayland, fix color from `close_button_icon_color` not applying.
- Ignore locale if unsupported by X11 backend
- On Wayland, Add HiDPI cursor support
# 0.21.0 (2020-02-04)