From 250577da367fd163e9c1760b5902c26ec2b79ca8 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 7 Apr 2012 16:22:58 +0200 Subject: [PATCH] Force WM_TAKE_FOCUS event to be sent when clicking This fixes more problems with Eclipse. See also commit 1962c30dfb3baee0fb98589aca575ae54d1142e0 --- src/click.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/click.c b/src/click.c index f998818b..04f8d2ed 100644 --- a/src/click.c +++ b/src/click.c @@ -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. -- 2.39.5