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

x11: fix crash with uim #4108

Merged
merged 2 commits into from
Feb 3, 2025

Conversation

kchibisov
Copy link
Member

Let's just not forward events to the IME once the user requested that it should be disabled, though, still try to change its state explicitly.

Fixes #4082.

Let's just not forward events to the IME once the user requested that
it should be disabled, though, still try to change its state explicitly.

Fixes rust-windowing#4082.
@kchibisov kchibisov requested a review from notgull as a code owner February 2, 2025 09:39
@kchibisov kchibisov requested a review from madsmtm February 2, 2025 09:39
@kchibisov kchibisov added this to the Version 0.30.9 milestone Feb 2, 2025
@kchibisov kchibisov merged commit a6998af into rust-windowing:master Feb 3, 2025
58 checks passed
@kchibisov kchibisov deleted the fix-x11-ime-disable branch February 3, 2025 17:43
@madsmtm madsmtm added DS - x11 B - crash The bug results in crashing labels Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B - crash The bug results in crashing DS - x11
Development

Successfully merging this pull request may close these issues.

UnexpectedNull("XOpenIM") on winit 0.30.8
3 participants