Minor fixes for virtual input devices

This commit is contained in:
vaxerski
2022-11-07 22:22:13 +00:00
parent 2a20cf5379
commit aefc34b405
4 changed files with 12 additions and 5 deletions

View File

@@ -3,6 +3,8 @@
#include "../../defines.hpp"
#include "../../helpers/WLClasses.hpp"
class CInputManager;
class CInputMethodRelay {
public:
CInputMethodRelay();
@@ -45,4 +47,5 @@ private:
void createNewTextInput(wlr_text_input_v3*);
friend class CHyprRenderer;
friend class CInputManager;
};