Merge branch 'master' into next

This commit is contained in:
Michael Stapelberg 2012-03-21 22:30:08 +01:00
commit d4523de6c8
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ static void handle_enter_notify(xcb_enter_notify_event_t *event) {
if (ws != con_get_workspace(focused)) if (ws != con_get_workspace(focused))
workspace_show(ws); workspace_show(ws);
focused_id = XCB_NONE;
con_focus(con_descend_focused(con)); con_focus(con_descend_focused(con));
tree_render(); tree_render();