Merge pull request #3797 from acheronfail/feat/add-window-type-ipc

feat: add window_type to ipc response
This commit is contained in:
Ingo Bürk
2019-11-29 08:16:57 +01:00
committed by GitHub
2 changed files with 31 additions and 0 deletions

View File

@ -53,6 +53,7 @@ my $expected = {
name => 'root',
orientation => $ignore,
type => 'root',
window_type => undef,
id => $ignore,
rect => $ignore,
deco_rect => $ignore,