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:
parent
8567758156
commit
bd1ac6cb1e
2 changed files with 37 additions and 10 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue