Force WM_TAKE_FOCUS event to be sent when clicking

This fixes more problems with Eclipse.
See also commit 1962c30dfb
This commit is contained in:
Michael Stapelberg 2012-04-07 16:22:58 +02:00
parent c0c2fd631b
commit 250577da36
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)
workspace_show(ws);
focused_id = XCB_NONE;
con_focus(con);
/* 3: For floating containers, we also want to raise them on click.