We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XNotSupported
EventLoop::new
Instead of returning the XNotSupported error, it is unwraped, causing a panic.
winit/src/platform_impl/linux/mod.rs
Line 789 in c55a2c7
The text was updated successfully, but these errors were encountered:
On X11, fix error propagation in EventLoop::new
660bd59
Fixes rust-windowing#3350.
021fd23
Fixes #3350.
e47544e
fdedda3
Successfully merging a pull request may close this issue.
Instead of returning the
XNotSupported
error, it is unwraped, causing a panic.winit/src/platform_impl/linux/mod.rs
Line 789 in c55a2c7
The text was updated successfully, but these errors were encountered: