Merge branch 'fix-eclipse-focus'

This commit is contained in:
Michael Stapelberg 2012-04-07 16:23:39 +02:00
commit bd0adb45d2
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ static int route_click(Con *con, xcb_button_press_event_t *event, const bool mod
if (ws != focused_workspace) if (ws != focused_workspace)
workspace_show(ws); workspace_show(ws);
focused_id = XCB_NONE;
con_focus(con); con_focus(con);
/* 3: For floating containers, we also want to raise them on click. /* 3: For floating containers, we also want to raise them on click.