ipc: make 'layout' a string

This commit is contained in:
Michael Stapelberg
2011-06-02 17:12:18 +02:00
parent 97e45b9cfc
commit 51bfdbf0a8
3 changed files with 34 additions and 2 deletions

View File

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