]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/133-size-hints.t
testcases: drop open_window()s $x parameter, use global one instead
[i3/i3] / testcases / t / 133-size-hints.t
index cad6bb717b3ecb9744f79334425539b56a2a6877..34b5e4a5be7bd71a47c17034a243c1ef062ee377 100644 (file)
@@ -9,7 +9,7 @@ my $tmp = fresh_workspace;
 
 ok(@{get_ws_content($tmp)} == 0, 'no containers yet');
 
-my $win = open_window($x, { dont_map => 1 });
+my $win = open_window({ dont_map => 1 });
 # XXX: we should check screen size. in screens with an AR of 2.0,
 # this is not a good idea.
 my $aspect = X11::XCB::Sizehints::Aspect->new;