take care of non-existant old workspaces
This commit is contained in:
committed by
Michael Stapelberg
parent
74d596e0fc
commit
464d387044
@ -350,7 +350,10 @@ static void _workspace_focus_event(Con *current, Con *old) {
|
||||
dump_node(gen, current, false);
|
||||
|
||||
ystr("old");
|
||||
dump_node(gen, old, false);
|
||||
if (old == NULL)
|
||||
y(null);
|
||||
else
|
||||
dump_node(gen, old, false);
|
||||
|
||||
y(map_close);
|
||||
|
||||
|
Reference in New Issue
Block a user