testcases: drop open_floating_window()s $x parameter, use global
This commit is contained in:
committed by
Michael Stapelberg
parent
f7f1ec5dab
commit
293517fb2e
@ -9,7 +9,7 @@ fresh_workspace;
|
||||
# Create a floating window and see if resizing works
|
||||
#####################################################################
|
||||
|
||||
my $window = open_floating_window($x);
|
||||
my $window = open_floating_window;
|
||||
|
||||
# See if configurerequests cause window movements (they should not)
|
||||
my ($a, $t) = $window->rect;
|
||||
|
Reference in New Issue
Block a user