testcases: drop open_window()s $x parameter, use global one instead
This commit is contained in:
committed by
Michael Stapelberg
parent
e9acd36ce4
commit
fce7570f96
@ -7,7 +7,7 @@
|
||||
use i3test;
|
||||
use X11::XCB qw(ICCCM_WM_STATE_NORMAL ICCCM_WM_STATE_WITHDRAWN);
|
||||
|
||||
my $window = open_window($x);
|
||||
my $window = open_window;
|
||||
|
||||
sync_with_i3($x);
|
||||
|
||||
|
Reference in New Issue
Block a user