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:
parent
6896de5b73
commit
5ea81efc74
2 changed files with 4 additions and 1 deletions
|
|
@ -71,6 +71,7 @@ changelog entry.
|
|||
- Added `Window::safe_area`, which describes the area of the surface that is unobstructed.
|
||||
- On X11, Wayland, Windows and macOS, improved scancode conversions for more obscure key codes.
|
||||
- Add ability to make non-activating window on macOS using `NSPanel` with `NSWindowStyleMask::NonactivatingPanel`.
|
||||
- On X11, add a workaround for disabling IME on GNOME.
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue