Wayland: A new option to turn off IME

This commit is contained in:
Kovid Goyal
2024-04-05 14:56:11 +05:30
parent f9e38d3311
commit 2c4ffba0f3
15 changed files with 58 additions and 16 deletions

3
glfw/internal.h vendored
View File

@@ -286,6 +286,9 @@ struct _GLFWinitconfig
bool menubar;
bool chdir;
} ns;
struct {
bool ime;
} wl;
};
// Window configuration