Skip to content
New issue

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 error unwrapped in EventLoop::new #3350

Closed
emilk opened this issue Jan 2, 2024 · 0 comments · Fixed by #3355
Closed

XNotSupported error unwrapped in EventLoop::new #3350

emilk opened this issue Jan 2, 2024 · 0 comments · Fixed by #3355
Labels

Comments

@emilk
Copy link
Contributor

emilk commented Jan 2, 2024

Instead of returning the XNotSupported error, it is unwraped, causing a panic.

Backend::X => Ok(EventLoop::new_x11_any_thread().unwrap()),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

2 participants