From: Dana Jansens Date: Thu, 9 Oct 2003 17:32:37 +0000 (+0000) Subject: remove windows from the focus delay timer when the pointer leaves them X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=df436132bda79134e822fd56a896ed28cdc289e0;p=chaz%2Fopenbox remove windows from the focus delay timer when the pointer leaves them --- diff --git a/openbox/event.c b/openbox/event.c index 11247d53..93cdf0b2 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -636,12 +636,10 @@ static void event_handle_client(ObClient *client, XEvent *e) frame_adjust_state(client->frame); break; case OB_FRAME_CONTEXT_FRAME: - /* - if (config_focus_follow && config_focus_delay) - ob_main_loop_timeout_remove_data(ob_main_loop, - focus_delay_func, - client); - */ + if (config_focus_follow && config_focus_delay) + ob_main_loop_timeout_remove_data(ob_main_loop, + focus_delay_func, + client); break; default: break;