diff options
author | vaxerski <[email protected]> | 2023-01-03 13:06:13 +0100 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-01-03 13:06:18 +0100 |
commit | 3d1b255199db3ce9539befcd8547331b312a34e7 (patch) | |
tree | a66aba994d05e86654d8c1ddd882ec73f393d8c1 /src/managers/XWaylandManager.cpp | |
parent | 0b26b1eed68c5ece7aa6f93f3ef4df9bac9b7cdf (diff) | |
download | Hyprland-3d1b255199db3ce9539befcd8547331b312a34e7.tar.gz Hyprland-3d1b255199db3ce9539befcd8547331b312a34e7.zip |
update constraint on constraint state region commit
Diffstat (limited to 'src/managers/XWaylandManager.cpp')
-rw-r--r-- | src/managers/XWaylandManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/managers/XWaylandManager.cpp b/src/managers/XWaylandManager.cpp index feb4c2ff..029a3f31 100644 --- a/src/managers/XWaylandManager.cpp +++ b/src/managers/XWaylandManager.cpp @@ -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; } } |