mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 09:18:08 +02:00
Wayland: A new option to turn off IME
This commit is contained in:
3
glfw/internal.h
vendored
3
glfw/internal.h
vendored
@@ -286,6 +286,9 @@ struct _GLFWinitconfig
|
||||
bool menubar;
|
||||
bool chdir;
|
||||
} ns;
|
||||
struct {
|
||||
bool ime;
|
||||
} wl;
|
||||
};
|
||||
|
||||
// Window configuration
|
||||
|
||||
Reference in New Issue
Block a user