From 2acbf4d4a42e2c0eacb734463b64bba8f95103ad Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 24 Aug 2011 23:06:49 +0200 Subject: [PATCH] Compilation fix: Add dont_warp=false --- src/cmdparse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5