From: Stefan Schneider-Kennedy Date: Mon, 16 Aug 2010 03:26:40 +0000 (+1000) Subject: Opera flash plugin no longer prevents in-page focus changing. Specifically, clicking... X-Git-Tag: 3.e-bf2~18 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5ed0c0a042ed1600482d702d6bcf5b10347b73d6;p=i3%2Fi3 Opera flash plugin no longer prevents in-page focus changing. Specifically, clicking a focussed window no longer forces set_focus. --- diff --git a/src/click.c b/src/click.c index 5efa16c9..d8183269 100644 --- a/src/click.c +++ b/src/click.c @@ -315,7 +315,7 @@ int handle_button_press(void *ignored, xcb_connection_t *conn, xcb_button_press_ } /* Set focus in any case */ - set_focus(conn, client, true); + set_focus(conn, client, false); /* Let’s see if this was on the borders (= resize). If not, we’re done */ DLOG("press button on x=%d, y=%d\n", event->event_x, event->event_y);