]> git.sur5r.net Git - i3/i3/commitdiff
Compilation fix for the last commit
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 12 Sep 2009 16:34:03 +0000 (18:34 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 12 Sep 2009 16:50:38 +0000 (18:50 +0200)
src/commands.c

index 80d2f779255af8e9019a951572080f259e38eb48..c225e84a127d3bb6e4a0543fdebddc50cb9cb280 100644 (file)
@@ -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. */