Minor fixes for virtual input devices
This commit is contained in:
parent
2a20cf5379
commit
aefc34b405
4 changed files with 12 additions and 5 deletions
|
|
@ -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;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue