ipc: make 'focused' a bool

This commit is contained in:
Michael Stapelberg
2011-07-24 15:00:09 +02:00
parent b09bb0fc2a
commit 34eb9b2664
4 changed files with 6 additions and 6 deletions

View File

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