Compilation fix: Add dont_warp=false

This commit is contained in:
Michael Stapelberg 2011-08-24 23:06:49 +02:00
parent 75c11cb894
commit 2acbf4d4a4
1 changed files with 1 additions and 1 deletions

View File

@ -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();