tests: fix setting the urgency hint
X11::XCB < 0.08 had a bug which caused this code to work even though it shouldn’t.
This commit is contained in:
@ -85,6 +85,7 @@ my $w2 = open_window;
|
||||
is($x->input_focus, $w2->id, 'window 2 focused');
|
||||
|
||||
cmd "workspace $tmp2";
|
||||
$w->delete_hint('urgency');
|
||||
$w->add_hint('urgency');
|
||||
sync_with_i3;
|
||||
|
||||
|
Reference in New Issue
Block a user