]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/114-client-leader.t
Merge branch 'master' into next
[i3/i3] / testcases / t / 114-client-leader.t
index 3b0bddc0781a5b77e602011867ed711ddfb3d25b..497bad9e1aa73195bc8eb6d434650032a842fe83 100644 (file)
@@ -18,7 +18,7 @@ my $right = open_window({ name => 'Right' });
 
 my ($abs, $rgeom) = $right->rect;
 
-my $child = open_floating_window($x, {
+my $child = open_floating_window({
         dont_map => 1,
         name => 'Child window',
     });
@@ -31,7 +31,7 @@ my $cgeom;
 ($abs, $cgeom) = $child->rect;
 cmp_ok($cgeom->x, '>=', $rgeom->x, 'Child X >= right container X');
 
-my $child2 = open_floating_window($x, {
+my $child2 = open_floating_window({
         dont_map => 1,
         name => 'Child window 2',
     });