We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ad892c commit 018321fCopy full SHA for 018321f
src/managers/XWaylandManager.cpp
@@ -52,6 +52,7 @@ void CHyprXWaylandManager::activateSurface(SP<CWLSurfaceResource> pSurface, bool
52
}
53
54
void CHyprXWaylandManager::activateWindow(PHLWINDOW pWindow, bool activate) {
55
+
56
if (pWindow->m_bIsX11) {
57
if (activate) {
58
pWindow->sendWindowSize(true); // update xwayland output pos
0 commit comments