include border style in ipc tree dump
This commit is contained in:
parent
ea4e3e7682
commit
d248f35267
@ -146,6 +146,9 @@ void dump_node(yajl_gen gen, struct Con *con, bool inplace_restart) {
|
|||||||
ystr("layout");
|
ystr("layout");
|
||||||
y(integer, con->layout);
|
y(integer, con->layout);
|
||||||
|
|
||||||
|
ystr("border");
|
||||||
|
y(integer, con->border_style);
|
||||||
|
|
||||||
ystr("rect");
|
ystr("rect");
|
||||||
y(map_open);
|
y(map_open);
|
||||||
ystr("x");
|
ystr("x");
|
||||||
|
Loading…
Reference in New Issue
Block a user