Opera flash plugin no longer prevents in-page focus changing. Specifically, clicking a focussed window no longer forces set_focus.

This commit is contained in:
Stefan Schneider-Kennedy 2010-08-16 13:26:40 +10:00 committed by Michael Stapelberg
parent b2eb0cd769
commit 046105ff58
1 changed files with 1 additions and 1 deletions

View 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 in any case */
set_focus(conn, client, true); set_focus(conn, client, false);
/* Lets see if this was on the borders (= resize). If not, were done */ /* Lets see if this was on the borders (= resize). If not, were done */
DLOG("press button on x=%d, y=%d\n", event->event_x, event->event_y); DLOG("press button on x=%d, y=%d\n", event->event_x, event->event_y);