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

@ -29,7 +29,7 @@ my $expected = {
layout => 'default',
focus => ignore(),
focused => 0,
urgent => 0,
urgent => JSON::XS::false,
border => 'normal',
'floating_nodes' => ignore(),
};