mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-02 19:25:58 +01:00
fix typo in focus
This commit is contained in:
parent
5b548f5bc3
commit
c1542da18a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue