X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=blobdiff_plain;f=openbox%2Fevent.c;h=63f23ff92c3452b0cc72915a0219dfbf423275dc;hp=1caa8accf90563e4dd30608dfeea91258ea1481d;hb=965ed8907a5dd81d5ffbc93b67a672fa78833854;hpb=aeac6294a3c45c10d04f108a6fc767298132735c diff --git a/openbox/event.c b/openbox/event.c index 1caa8acc..63f23ff9 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -1948,9 +1948,6 @@ static gboolean focus_delay_func(gpointer data) ObFocusDelayData *d = data; Time old = event_curtime; - /* don't move focus and kill the menu or the move/resize */ - if (menu_frame_visible || moveresize_in_progress) return FALSE; - event_curtime = d->time; event_curserial = d->serial; if (client_focus(d->client) && config_focus_raise)