Merge branch 'fix-focus-ipc'
This commit is contained in:
commit
6ce2f4d394
|
@ -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…
Reference in New Issue