winit-sonoma-fix/examples
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
..
util Disallow cleanup for TLS in examples 2023-06-26 01:04:38 +04:00
child_window.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
control_flow.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
cursor.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
cursor_grab.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
custom_events.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
drag_window.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
fullscreen.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
handling_close.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
icon.png Window icons (#497) 2018-05-07 17:36:21 -04:00
ime.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
key_binding.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
monitor_list.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
mouse_wheel.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
multithreaded.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
multiwindow.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
request_redraw.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
request_redraw_threaded.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
resizable.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
startup_notification.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
theme.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
timer.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
touchpad_gestures.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
transparent.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
video_modes.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
web.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
web_aspect_ratio.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
window.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
window_buttons.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
window_debug.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
window_drag_resize.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
window_icon.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
window_ondemand.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
window_option_as_alt.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
window_pump_events.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
window_resize_increments.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
window_tabbing.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00
x11_embed.rs Propagate error from EventLoop creation 2023-08-13 23:20:09 +04:00