]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/155-floating-split-size.t
testcases: drop open_window()s $x parameter, use global one instead
[i3/i3] / testcases / t / 155-floating-split-size.t
index 618266b60cbfa2eda3495491a41f1087e74a8404..76c31af6b0d1a37a0f1c02ac8ee7f5220b129711 100644 (file)
@@ -12,7 +12,7 @@ my $tmp = fresh_workspace;
 # open a window with 200x80
 #####################################################################
 
-my $first = open_window($x, {
+my $first = open_window({
         rect => [ 0, 0, 200, 80],
         background_color => '#FF0000',
     });
@@ -21,7 +21,7 @@ my $first = open_window($x, {
 # Open a second window with 300x90
 #####################################################################
 
-my $second = open_window($x, {
+my $second = open_window({
         rect => [ 0, 0, 300, 90],
         background_color => '#00FF00',
     });