IME/TI: Fixes and refactoring

Fixes #5189
This commit is contained in:
Vaxry
2024-03-22 23:08:52 +00:00
parent 8c88689faf
commit 9f2ed02f35
8 changed files with 403 additions and 421 deletions

View File

@@ -5,7 +5,7 @@
#include <vector>
struct STextInput;
class CTextInput;
struct STextInputV1 {
wl_client* client = nullptr;
@@ -13,7 +13,7 @@ struct STextInputV1 {
wl_resource* resourceImpl = nullptr;
STextInput* pTextInput = nullptr;
CTextInput* pTextInput = nullptr;
wl_signal sEnable;
wl_signal sDisable;