On X11 and Wayland, fx window resize cursor orientation

Fixes #1912.
This commit is contained in:
Sven Niederberger 2021-08-01 10:19:00 +02:00 committed by GitHub
parent 2a9916103b
commit f16ed98af4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View file

@ -1,5 +1,6 @@
# Unreleased
- On Wayland and X11, fix diagonal window resize cursor orientation.
- On macOS, drop the event callback before exiting.
- On Android, implement `Window::request_redraw`
- **Breaking:** On Web, remove the `stdweb` backend.