Bugfix: Don’t fix floating coordinates when reassigning (fixes flickering)

This fixes flickering when moving floating windows between different monitors.
This commit is contained in:
Michael Stapelberg
2011-09-14 22:58:51 +01:00
parent 67cf46fa62
commit 6b541d382b
4 changed files with 20 additions and 6 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, false);
con_move_to_workspace(current->con, ws, true, false);
}
tree_render();