fix typo in focus

This commit is contained in:
vaxerski 2022-11-02 18:54:41 +00:00
parent 5b548f5bc3
commit c1542da18a

View file

@ -831,7 +831,7 @@ void CCompositor::focusSurface(wlr_surface* pSurface, CWindow* pWindowOwner) {
else
Debug::log(LOG, "Set keyboard focus to surface %x", pSurface);
g_pXWaylandManager->activateSurface(pSurface, false);
g_pXWaylandManager->activateSurface(pSurface, true);
m_pLastFocus = pSurface;
}