From: Michael Stapelberg Date: Wed, 14 Sep 2011 22:16:23 +0000 (+0100) Subject: fix build in 'next' (Thanks thomasba) X-Git-Tag: 4.1~159 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5a85c9efd2e77a1c113d00760aa6f5cccc61f406;p=i3%2Fi3 fix build in 'next' (Thanks thomasba) --- diff --git a/src/cmdparse.y b/src/cmdparse.y index 174b5e05..650a2eb8 100644 --- a/src/cmdparse.y +++ b/src/cmdparse.y @@ -748,7 +748,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();