Bugfix: IPC: Correctly dump the 'focus' array
This commit is contained in:
parent
30dea1fda6
commit
abaa8c2356
@ -279,7 +279,7 @@ void dump_node(yajl_gen gen, struct Con *con, bool inplace_restart) {
|
|||||||
|
|
||||||
ystr("focus");
|
ystr("focus");
|
||||||
y(array_open);
|
y(array_open);
|
||||||
TAILQ_FOREACH(node, &(con->focus_head), nodes) {
|
TAILQ_FOREACH(node, &(con->focus_head), focused) {
|
||||||
y(integer, (long int)node);
|
y(integer, (long int)node);
|
||||||
}
|
}
|
||||||
y(array_close);
|
y(array_close);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user