ipc: send 'percent': null when percent is not relevant for the container
This commit is contained in:
@ -25,7 +25,7 @@ my $expected = {
|
||||
window_rect => ignore(),
|
||||
geometry => ignore(),
|
||||
swallows => ignore(),
|
||||
percent => 0,
|
||||
percent => undef,
|
||||
layout => 'default',
|
||||
focus => ignore(),
|
||||
focused => 0,
|
||||
|
Reference in New Issue
Block a user