This commit is contained in:
vaxerski 2023-02-28 19:37:00 +00:00
parent 4b20d4f1ad
commit 91fd854e3b

View file

@ -109,12 +109,10 @@ 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};
} }
} }
}
void Events::listener_destroyConstraint(void* owner, void* data) { void Events::listener_destroyConstraint(void* owner, void* data) {
const auto PCONSTRAINT = (SConstraint*)owner; const auto PCONSTRAINT = (SConstraint*)owner;