On X11, fix error propagation in EventLoop::new

Fixes #3350.
This commit is contained in:
Kirill Chibisov
2024-01-05 08:33:23 +04:00
committed by GitHub
parent dd127463c5
commit 021fd23c34
2 changed files with 4 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ Unreleased` header.
# Unreleased
- On X11, fix `NotSupported` error not propagated when creating event loop.
- On Wayland, fix resize not issued when scale changes
- On X11 and Wayland, fix arrow up on keypad reported as `ArrowLeft`.
- On Windows, macOS, X11, Wayland and Web, implement setting images as cursors. See the `custom_cursors.rs` example.