]> git.sur5r.net Git - i3/i3/blobdiff - src/click.c
Do not resend focus on click
[i3/i3] / src / click.c
index f501c769e1553c03663cf106aca1c41d28a379e8..5c36aeb0e45193f4579bbc437ec7be6e9832ef83 100644 (file)
@@ -214,7 +214,6 @@ 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;
 
     /* get the floating con */
     Con *floatingcon = con_inside_floating(con);