Compilation fix: Add dont_warp=false
This commit is contained in:
parent
75c11cb894
commit
2acbf4d4a4
|
@ -745,7 +745,7 @@ move:
|
|||
|
||||
TAILQ_FOREACH(current, &owindows, owindows) {
|
||||
printf("matching: %p / %s\n", current->con, current->con->name);
|
||||
con_move_to_workspace(current->con, ws);
|
||||
con_move_to_workspace(current->con, ws, false);
|
||||
}
|
||||
|
||||
tree_render();
|
||||
|
|
Loading…
Reference in New Issue