Ensure that the focus is set correctly when moving floating clients

This commit is contained in:
Michael Stapelberg 2009-06-24 00:35:05 +02:00
parent 125faef1f4
commit 7ed967c96f
1 changed files with 2 additions and 0 deletions

View File

@ -489,6 +489,8 @@ static void move_floating_window_to_workspace(xcb_connection_t *conn, Client *cl
LOG("done\n"); LOG("done\n");
render_layout(conn); render_layout(conn);
set_focus(conn, client, true);
} }
/* /*