From 739f4f35aa590a965d83103179edfd6cefd3fd71 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 12 Sep 2009 18:34:03 +0200 Subject: [PATCH] Compilation fix for the last commit --- src/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.c b/src/commands.c index bb867809..473af8dc 100644 --- a/src/commands.c +++ b/src/commands.c @@ -511,7 +511,7 @@ static void move_floating_window_to_workspace(xcb_connection_t *conn, Client *cl LOG("moving floating\n"); - workspace_initialize(t_ws, container->workspace->screen); + workspace_initialize(t_ws, c_ws->screen); /* Check if there is already a fullscreen client on the destination workspace and * stop moving if so. */ -- 2.39.5