diff options
author | AiraYumi <aira.youme@airanyumi.net> | 2024-05-09 23:23:39 +0900 |
---|---|---|
committer | AiraYumi <aira.youme@airanyumi.net> | 2024-05-09 23:23:39 +0900 |
commit | 24e8a0bb5d47f14727ce4d018232d935232469d2 (patch) | |
tree | 4132770b7c784cef39a65efaad8188a4f2c6d522 /indra/llwindow | |
parent | f59af191051bd182806d5cfc77a3e538f02fe129 (diff) |
enable ime on xwayland (environment setting move)
Diffstat (limited to 'indra/llwindow')
-rw-r--r-- | indra/llwindow/llwindowsdl.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/llwindow/llwindowsdl.cpp b/indra/llwindow/llwindowsdl.cpp index 798732e84d..b8b502508b 100644 --- a/indra/llwindow/llwindowsdl.cpp +++ b/indra/llwindow/llwindowsdl.cpp @@ -654,11 +654,6 @@ BOOL LLWindowSDL::createContext(int x, int y, int width, int height, int bits, B SDL_SetHint( std::get<0>(hint), std::get<1>(hint)); } -#if LL_LINUX - // Enable IME on XWayland - setenv("XMODIFIERS", std::string("@im=fcitx;ibus").c_str(), 1); -#endif - std::initializer_list<std::tuple<uint32_t, char const*, bool>> initList= { {SDL_INIT_VIDEO,"SDL_INIT_VIDEO", true}, {SDL_INIT_AUDIO,"SDL_INIT_AUDIO", false}, |