]> git.sur5r.net Git - i3/i3/blobdiff - testcases/t/162-regress-dock-urgent.t
Merge branch 'master' into next
[i3/i3] / testcases / t / 162-regress-dock-urgent.t
index 7a0ac48788de3258c0f9788530ca37590ee828ac..3562ba7a2708b9b537d6b6d40c4a03afc1b71628 100644 (file)
@@ -5,7 +5,6 @@
 # found in 4be3178d4d360c2996217d811e61161c84d25898
 #
 use i3test;
-use X11::XCB 'WINDOW_CLASS_INPUT_OUTPUT';
 
 my $i3 = i3(get_socket_path());
 
@@ -22,17 +21,10 @@ is(@docked, 0, 'no dock clients yet');
 
 # open a dock client
 
-my $window = $x->root->create_child(
-    class => WINDOW_CLASS_INPUT_OUTPUT,
-    rect => [ 0, 0, 30, 30],
-    background_color => '#FF0000',
+my $window = open_window(
     window_type => $x->atom(name => '_NET_WM_WINDOW_TYPE_DOCK'),
 );
 
-$window->map;
-
-sleep 0.25;
-
 #####################################################################
 # check that we can find it in the layout tree at the expected position
 #####################################################################