Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
nnyyxxxx committed Feb 6, 2025
1 parent fa78c8d commit 91d0dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/managers/XWaylandManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ void CHyprXWaylandManager::activateSurface(SP<CWLSurfaceResource> pSurface, bool
}

void CHyprXWaylandManager::activateWindow(PHLWINDOW pWindow, bool activate) {

if (pWindow->m_bIsX11) {

if (activate) {
pWindow->sendWindowSize(true); // update xwayland output pos
pWindow->m_pXWaylandSurface->setMinimized(false);
Expand Down

0 comments on commit 91d0dd9

Please sign in to comment.