On X11, don't require XIM to be present

In general, we may want to use xinput v2 for keyboard input in such
cases, so we have compose going, but for now just don't crash if
there's no XIM.
This commit is contained in:
Kirill Chibisov
2024-02-13 07:49:58 +04:00
committed by GitHub
parent 83012f4c1c
commit ea70f773d3
4 changed files with 39 additions and 25 deletions

View File

@@ -11,6 +11,7 @@ Unreleased` header.
# Unreleased
- On X11, don't require XIM to run.
- Fix compatibility with 32-bit platforms without 64-bit atomics.
- On X11, fix swapped instance and general class names.
- **Breaking:** Removed unnecessary generic parameter `T` from `EventLoopWindowTarget`.