diff options
Diffstat (limited to 'src/helpers/WLClasses.hpp')
-rw-r--r-- | src/helpers/WLClasses.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/helpers/WLClasses.hpp b/src/helpers/WLClasses.hpp index 15646c30..8a96c6ff 100644 --- a/src/helpers/WLClasses.hpp +++ b/src/helpers/WLClasses.hpp @@ -297,8 +297,11 @@ struct SSwipeGesture { CMonitor* pMonitor = nullptr; }; +struct STextInputV1; + struct STextInput { wlr_text_input_v3* pWlrInput = nullptr; + STextInputV1* pV1Input = nullptr; wlr_surface* pPendingSurface = nullptr; |