From: Michael Stapelberg Date: Sat, 12 Sep 2009 16:34:03 +0000 (+0200) Subject: Compilation fix for the last commit X-Git-Tag: 3.d-bf1~37 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a3a1ff9894a61fb81a21ee497bfc5926ea8be034;p=i3%2Fi3 Compilation fix for the last commit --- diff --git a/src/commands.c b/src/commands.c index 80d2f779..c225e84a 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. */