From: Michael Stapelberg Date: Fri, 12 Nov 2010 18:16:38 +0000 (+0100) Subject: include border style in ipc tree dump X-Git-Tag: tree-pr1~127 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d248f352677f654e7a197f2b28320ce91064fe0c;p=i3%2Fi3 include border style in ipc tree dump --- diff --git a/src/ipc.c b/src/ipc.c index 97fecd81..eed63bd4 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -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");