]> git.sur5r.net Git - i3/i3/commitdiff
Opera flash plugin no longer prevents in-page focus changing. Specifically, clicking...
authorStefan Schneider-Kennedy <spam@stefansk.name>
Mon, 16 Aug 2010 03:26:40 +0000 (13:26 +1000)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 24 Sep 2010 13:40:05 +0000 (15:40 +0200)
src/click.c

index 5efa16c95aa2c496ff3773cab0727d5b3db636af..d8183269f87e0949d979d58201f3b2a9689ef317 100644 (file)
@@ -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);