update constraint on constraint state region commit

This commit is contained in:
vaxerski
2023-01-03 13:06:13 +01:00
parent 0b26b1eed6
commit 3d1b255199
2 changed files with 11 additions and 1 deletions

View File

@@ -243,7 +243,7 @@ void CHyprXWaylandManager::checkBorders(CWindow* pWindow) {
}
}
if (pWindow->m_uSurface.xwayland->parent || pWindow->m_iX11Type == 2) {
if (pWindow->m_iX11Type == 2) {
pWindow->m_bX11DoesntWantBorders = true;
}
}