mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-10-04 17:16:27 +00:00
minor event fixes
This commit is contained in:
@@ -614,6 +614,7 @@ void CCompositor::focusSurface(wlr_surface* pSurface, CWindow* pWindowOwner) {
|
||||
|
||||
if (!pSurface) {
|
||||
wlr_seat_keyboard_clear_focus(m_sSeat.seat);
|
||||
g_pEventManager->postEvent(SHyprIPCEvent("activewindow", ",")); // unfocused
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user