fix possible crashes with IME

This commit is contained in:
vaxerski
2022-08-05 13:19:16 +02:00
parent 1c4d0e8c18
commit cb5521ec6e
3 changed files with 26 additions and 4 deletions

View File

@@ -20,6 +20,8 @@ public:
STextInput* getFocusedTextInput();
STextInput* getFocusableTextInput();
void setPendingSurface(STextInput*, wlr_surface*);
private:
std::list<STextInput> m_lTextInputs;