x11: add workaround for disabling IME on gnome

GNOME doesn't list that there's a _NONE_ style at all, but it still
works if you use it.
This commit is contained in:
Kirill Chibisov
2024-12-23 23:38:46 +03:00
parent 43c323ccc0
commit 6b5cc165dd
2 changed files with 7 additions and 1 deletions

View File

@@ -40,6 +40,10 @@ changelog entry.
## Unreleased
### Added
- On X11, add a workaround for disabling IME on GNOME.
### Fixed
- On Windows, fixed the event loop not waking on accessibility requests.