internal: guarantee activeWindow event type

This commit is contained in:
vaxerski 2023-04-12 13:11:38 +01:00
parent 293df75b97
commit a68feb5aa0

View file

@ -811,7 +811,7 @@ void CCompositor::focusWindow(CWindow* pWindow, wlr_surface* pSurface) {
g_pEventManager->postEvent(SHyprIPCEvent{"activewindow", ","});
g_pEventManager->postEvent(SHyprIPCEvent{"activewindowv2", ","});
EMIT_HOOK_EVENT("activeWindow", nullptr);
EMIT_HOOK_EVENT("activeWindow", (CWindow*)nullptr);
g_pLayoutManager->getCurrentLayout()->onWindowFocusChange(nullptr);