IME: fix crashes with destroyed text-inputs

ref #5189
This commit is contained in:
Vaxry
2024-03-22 18:45:24 +00:00
parent 461757e2fb
commit d2b42e29c6
5 changed files with 53 additions and 11 deletions

View File

@@ -13,8 +13,6 @@ struct STextInputV1 {
wl_resource* resourceImpl = nullptr;
wlr_surface* focusedSurface = nullptr;
STextInput* pTextInput = nullptr;
wl_signal sEnable;