mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 19:45:58 +01:00
fix warn
This commit is contained in:
parent
4b20d4f1ad
commit
91fd854e3b
1 changed files with 1 additions and 3 deletions
|
@ -109,10 +109,8 @@ void Events::listener_newConstraint(wl_listener* listener, void* data) {
|
||||||
if (g_pCompositor->m_pLastFocus == PCONSTRAINT->surface) {
|
if (g_pCompositor->m_pLastFocus == PCONSTRAINT->surface) {
|
||||||
g_pInputManager->constrainMouse(CONSTRAINT->pMouse, PCONSTRAINT);
|
g_pInputManager->constrainMouse(CONSTRAINT->pMouse, PCONSTRAINT);
|
||||||
|
|
||||||
if (!CONSTRAINT->hintSet) {
|
if (!CONSTRAINT->hintSet)
|
||||||
const auto PWINDOW = g_pCompositor->getConstraintWindow(g_pCompositor->m_sSeat.mouse);
|
|
||||||
CONSTRAINT->positionHint = Vector2D{-1, -1};
|
CONSTRAINT->positionHint = Vector2D{-1, -1};
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue