X11: Fix events not being reported promptly (#1048)

* X11: Fix events not being reported promptly

* Add an entry to the changelog
This commit is contained in:
Murarth 2019-07-17 11:09:02 -07:00 committed by Osspial
parent 8567758156
commit bd1ac6cb1e
2 changed files with 37 additions and 10 deletions

View file

@ -19,6 +19,7 @@ and `WindowEvent::HoveredFile`.
- On Windows, fix `with_maximized` not properly setting window size to entire window.
- On macOS, change `WindowExtMacOS::request_user_attention()` to take an `enum` instead of a `bool`.
- On Windows, location of `WindowEvent::Touch` are window client coordinates instead of screen coordinates.
- On X11, fix delayed events after window redraw.
# 0.20.0 Alpha 1 (2019-06-21)