diff options
Diffstat (limited to 'src/protocols/TextInputV1.hpp')
-rw-r--r-- | src/protocols/TextInputV1.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/protocols/TextInputV1.hpp b/src/protocols/TextInputV1.hpp index 3b54fd5f..ef0986a2 100644 --- a/src/protocols/TextInputV1.hpp +++ b/src/protocols/TextInputV1.hpp @@ -17,6 +17,13 @@ struct STextInputV1 { STextInput* pTextInput = nullptr; + wl_signal sEnable; + wl_signal sDisable; + wl_signal sCommit; + wl_signal sDestroy; + + uint32_t serial = 0; + struct SPendingSurr { bool isPending = false; std::string text = ""; |