Compilation fix for the last commit

This commit is contained in:
Michael Stapelberg 2009-09-12 18:34:03 +02:00
parent 3b59f5829f
commit 739f4f35aa
1 changed files with 1 additions and 1 deletions

View File

@ -511,7 +511,7 @@ static void move_floating_window_to_workspace(xcb_connection_t *conn, Client *cl
LOG("moving floating\n"); 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 /* Check if there is already a fullscreen client on the destination workspace and
* stop moving if so. */ * stop moving if so. */