Bugfix: Correctly warp floating windows when using the 'move' command

This commit is contained in:
Michael Stapelberg
2011-08-24 22:59:46 +02:00
parent cd2d7ef484
commit 698d97cd02
4 changed files with 15 additions and 7 deletions

View File

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