Skip to content

Commit 69a94b0

Browse files
committed
e
1 parent 018321f commit 69a94b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/managers/XWaylandManager.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ void CHyprXWaylandManager::activateSurface(SP<CWLSurfaceResource> pSurface, bool
5252
}
5353

5454
void CHyprXWaylandManager::activateWindow(PHLWINDOW pWindow, bool activate) {
55-
5655
if (pWindow->m_bIsX11) {
56+
5757
if (activate) {
5858
pWindow->sendWindowSize(true); // update xwayland output pos
5959
pWindow->m_pXWaylandSurface->setMinimized(false);

0 commit comments

Comments
 (0)