make pointer follow the focus when moving to a different screen also for floating windows

This commit is contained in:
Michael Stapelberg 2010-03-17 03:18:13 +01:00
parent b47d0a8932
commit a604af6340
1 changed files with 3 additions and 1 deletions

View File

@ -620,8 +620,10 @@ static void move_floating_window_to_workspace(xcb_connection_t *conn, Client *cl
render_layout(conn);
if (workspace_is_visible(t_ws))
if (workspace_is_visible(t_ws)) {
client_warp_pointer_into(conn, client);
set_focus(conn, client, true);
}
}
/*