Compilation fix for the last commit
This commit is contained in:
parent
3b59f5829f
commit
739f4f35aa
|
@ -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. */
|
||||||
|
|
Loading…
Reference in New Issue