]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/104-focus-stack.t
Merge branch 'master' into next
[i3/i3] / testcases / t / 104-focus-stack.t
index 1128e16a5467527bb4c1b291f04f82da9a93dfde..3b3fe74d79f5c02a844aa053e005a2a275e327f1 100644 (file)
@@ -8,14 +8,14 @@ use i3test;
 fresh_workspace;
 
 cmd 'split h';
-my $tiled_left = open_window($x);
-my $tiled_right = open_window($x);
+my $tiled_left = open_window;
+my $tiled_right = open_window;
 
 # Get input focus before creating the floating window
 my $focus = $x->input_focus;
 
 # Create a floating window which is smaller than the minimum enforced size of i3
-my $window = open_floating_window($x);
+my $window = open_floating_window;
 
 is($x->input_focus, $window->id, 'floating window focused');