tests: warp the pointer to in multi-monitor tests to avoid flaky tests
This commit is contained in:
@ -594,6 +594,7 @@ Con* workspace_prev_on_output(void) {
|
||||
Con *current = con_get_workspace(focused);
|
||||
Con *prev = NULL;
|
||||
Con *output = con_get_output(focused);
|
||||
DLOG("output = %s\n", output->name);
|
||||
|
||||
if (current->num == -1) {
|
||||
/* If named workspace, find previous named workspace. */
|
||||
|
Reference in New Issue
Block a user