From: Michael Stapelberg Date: Wed, 24 Aug 2011 21:06:49 +0000 (+0200) Subject: Compilation fix: Add dont_warp=false X-Git-Tag: 4.1~200 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2acbf4d4a42e2c0eacb734463b64bba8f95103ad;p=i3%2Fi3 Compilation fix: Add dont_warp=false --- diff --git a/src/cmdparse.y b/src/cmdparse.y index ab9672c0..51e0f7bc 100644 --- a/src/cmdparse.y +++ b/src/cmdparse.y @@ -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();