Merge branch 'fix-eclipse-focus'

next
Michael Stapelberg 2012-03-21 22:29:51 +01:00
commit 07d4dfe387
1 changed files with 1 additions and 0 deletions

View File

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