Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickTaibel committed Nov 26, 2023
1 parent 34bfb19 commit 5fa2552
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/managers/XWaylandManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ void CHyprXWaylandManager::getGeometryForWindow(CWindow* pWindow, CBox* pbox) {
pbox->y = pos.y;
pbox->width = siz.x;
pbox->height = siz.y;
} else
} else {
wlr_xdg_surface_get_geometry(pWindow->m_uSurface.xdg, pbox->pWlr());
pbox->applyFromWlr();
}
}

std::string CHyprXWaylandManager::getTitle(CWindow* pWindow) {
Expand Down

0 comments on commit 5fa2552

Please sign in to comment.