diff options
author | vaxerski <[email protected]> | 2022-06-21 22:30:07 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2022-06-21 22:30:07 +0200 |
commit | 33abb6a5bf6ea815c59a1ac2bcec0413c17e3f6d (patch) | |
tree | 9afa2f4edd6dcb76082994fd0150c1e13bb9a69b | |
parent | 1810725a0c2b25710f147799a50233ec22506072 (diff) | |
download | Hyprland-33abb6a5bf6ea815c59a1ac2bcec0413c17e3f6d.tar.gz Hyprland-33abb6a5bf6ea815c59a1ac2bcec0413c17e3f6d.zip |
dang it autoformat
-rw-r--r-- | src/managers/input/InputManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/managers/input/InputManager.cpp b/src/managers/input/InputManager.cpp index 50a4dc5e..63e2d970 100644 --- a/src/managers/input/InputManager.cpp +++ b/src/managers/input/InputManager.cpp @@ -173,7 +173,7 @@ void CInputManager::mouseMoveUnified(uint32_t time, bool refocus) { Vector2D surfaceLocal = surfacePos == Vector2D(-1337, -1337) ? surfaceCoords : mouseCoords - surfacePos; if (pFoundWindow) { - static auto* const PFOLLOWMOUSE = &g_pConfigManager->getConfigValuePtr("input:follow_mouse")->intValue; + static auto *const PFOLLOWMOUSE = &g_pConfigManager->getConfigValuePtr("input:follow_mouse")->intValue; if (*PFOLLOWMOUSE != 1 && !refocus) { if (pFoundWindow != g_pCompositor->m_pLastWindow && g_pCompositor->windowValidMapped(g_pCompositor->m_pLastWindow) && (g_pCompositor->m_pLastWindow->m_bIsFloating != pFoundWindow->m_bIsFloating)) { // enter if change floating style |