kill focus fix

This commit is contained in:
2026-05-13 13:29:44 +07:00
parent 4e1be605b7
commit 5c7dbfbe03
+1 -1
View File
@@ -23,7 +23,7 @@ void
kill_focus(absn_server *server, const absn_arg *arg) kill_focus(absn_server *server, const absn_arg *arg)
{ {
UNUSED(arg); UNUSED(arg);
if (!server->focused_output) if (!server->focused_toplevel)
return; return;
absn_toplevel *focus = server->focused_toplevel; absn_toplevel *focus = server->focused_toplevel;