ipc: make 'urgent' a bool

This commit is contained in:
Michael Stapelberg
2011-07-24 14:54:30 +02:00
parent 36fde6dbe1
commit b09bb0fc2a
3 changed files with 11 additions and 11 deletions

View File

@ -198,7 +198,7 @@ void dump_node(yajl_gen gen, struct Con *con, bool inplace_restart) {
else y(double, con->percent);
ystr("urgent");
y(integer, con->urgent);
y(bool, con->urgent);
ystr("focused");
y(integer, (con == focused));