IME: fix race condition on closing window (#5455)

This commit is contained in:
Sungyoon Cho 2024-04-06 23:54:02 +09:00 committed by GitHub
parent 1596e2d1f7
commit 04d067d78b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 26 additions and 20 deletions

View file

@ -20,6 +20,8 @@ class CInputMethodRelay {
wlr_input_method_v2* m_pWLRIME = nullptr;
void activateIME(CTextInput* pInput);
void deactivateIME(CTextInput* pInput);
void commitIMEState(CTextInput* pInput);
void removeTextInput(CTextInput* pInput);