]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/36-floating-ws-empty.t
Merge branch 'master' into next
[i3/i3] / testcases / t / 36-floating-ws-empty.t
index 91467ed3785ff1b3a054e3e5a03809349d2e1a60..a6e0e405e867de092fa8a42035a3dcc45576fb89 100644 (file)
@@ -22,7 +22,7 @@ ok(workspace_exists($tmp), "workspace $tmp exists");
 my $x = X11::XCB::Connection->new;
 
 # Create a floating window which is smaller than the minimum enforced size of i3
-my $window = open_standard_window($x, undef, 1);
+my $window = open_floating_window($x);
 ok($window->mapped, 'Window is mapped');
 
 # switch to a different workspace, see if the window is still mapped?