kill focus fix
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user