X11: Fix request_redraw not waking the event loop (#1756)

This commit is contained in:
Murarth 2020-11-05 16:42:03 -07:00 committed by GitHub
parent 3a077ff211
commit 45e4fd6ec1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 41 additions and 38 deletions

View file

@ -9,6 +9,7 @@
- On Windows, fix use after free crash during window destruction.
- On Web, fix `WindowEvent::ReceivedCharacter` never being sent on key input.
- On macOS, fix compilation when targeting aarch64
- On X11, fix `Window::request_redraw` not waking the event loop.
# 0.23.0 (2020-10-02)