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