winit/src/platform_impl/linux/wayland
Kirill Chibisov f9758528f6
Propagate error from EventLoop creation
Inner panics could make it hard to trouble shoot the issues and for some
users it's not desirable.

The inner panics were left only when they are used to `assert!` during
development.

This reverts commit 9f91bc413fe20618bd7090829832bb074aab15c3 which
reverted the original patch which was merged without a proper review.

Fixes: #500.
2023-08-13 23:20:09 +04:00
..
event_loop Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
seat Fix event loop not waking up due to repeat source 2023-08-07 09:35:59 +04:00
types Add platform::startup_notify for Wayland/X11 2023-07-20 13:16:51 +00:00
window Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
mod.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
output.rs Update wayland-rs to 0.30.0 2023-04-19 00:56:29 +03:00
state.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00