ipc: send 'percent': null when percent is not relevant for the container

This commit is contained in:
Michael Stapelberg
2011-07-24 14:47:28 +02:00
parent f0aa52f674
commit 36fde6dbe1
2 changed files with 4 additions and 2 deletions

View File

@ -25,7 +25,7 @@ my $expected = {
window_rect => ignore(),
geometry => ignore(),
swallows => ignore(),
percent => 0,
percent => undef,
layout => 'default',
focus => ignore(),
focused => 0,