X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=testcases%2Ft%2F253-multiple-net-wm-state-atoms.t;h=392beae1330e456dc00bc64ae3f20eed708db422;hb=8f5c1cb6b851e4be8825ba70f12cdbcbb19f0e16;hp=3790f92ddfee6ac5f98cb5b1f24235e7aaa83ec1;hpb=7ad32fd2d1611056bd6b24b1f57791939c0f6772;p=i3%2Fi3 diff --git a/testcases/t/253-multiple-net-wm-state-atoms.t b/testcases/t/253-multiple-net-wm-state-atoms.t index 3790f92d..392beae1 100644 --- a/testcases/t/253-multiple-net-wm-state-atoms.t +++ b/testcases/t/253-multiple-net-wm-state-atoms.t @@ -21,15 +21,15 @@ use X11::XCB qw(:all); sub get_wm_state { sync_with_i3; - my ($con) = @_; + my ($con) = @_; my $cookie = $x->get_property( - 0, + 0, $con->{id}, $x->atom(name => '_NET_WM_STATE')->id, GET_PROPERTY_TYPE_ANY, - 0, + 0, 4096 - ); + ); my $reply = $x->get_property_reply($cookie->{sequence}); my $len = $reply->{length};