diff options
author | Vaxry <[email protected]> | 2024-03-20 01:44:51 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-03-20 01:44:51 +0000 |
commit | 8593c45be3cfe8055d13315051d88588f848ad39 (patch) | |
tree | b9957bc79aada13bc54ec82bba06edf6113872f1 /src/managers/input/InputManager.cpp | |
parent | f6038837bc12a5f22808ceea0641dd9fe17d8094 (diff) | |
download | Hyprland-8593c45be3cfe8055d13315051d88588f848ad39.tar.gz Hyprland-8593c45be3cfe8055d13315051d88588f848ad39.zip |
refactor: move window.hpp to desktop/
Diffstat (limited to 'src/managers/input/InputManager.cpp')
-rw-r--r-- | src/managers/input/InputManager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/managers/input/InputManager.cpp b/src/managers/input/InputManager.cpp index 9072f27a..04981e4e 100644 --- a/src/managers/input/InputManager.cpp +++ b/src/managers/input/InputManager.cpp @@ -3,6 +3,7 @@ #include "wlr/types/wlr_switch.h" #include <ranges> #include "../../config/ConfigValue.hpp" +#include "../../desktop/Window.hpp" CInputManager::~CInputManager() { m_vConstraints.clear(); |