include border style in ipc tree dump

This commit is contained in:
Michael Stapelberg 2010-11-12 19:16:38 +01:00
parent ea4e3e7682
commit d248f35267
1 changed files with 3 additions and 0 deletions

View File

@ -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");