parent
8c88689faf
commit
9f2ed02f35
8 changed files with 403 additions and 421 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue