diff options
Diffstat (limited to 'src/managers/input/InputManager.hpp')
-rw-r--r-- | src/managers/input/InputManager.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/managers/input/InputManager.hpp b/src/managers/input/InputManager.hpp index bc73d2cc..36c8144d 100644 --- a/src/managers/input/InputManager.hpp +++ b/src/managers/input/InputManager.hpp @@ -163,7 +163,7 @@ class CInputManager { std::list<SSwitchDevice> m_lSwitches; // Exclusive layer surfaces - std::deque<PHLLSREF> m_dExclusiveLSes; + std::vector<PHLLSREF> m_dExclusiveLSes; // constraints std::vector<WP<CPointerConstraint>> m_vConstraints; |