From df436132bda79134e822fd56a896ed28cdc289e0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 9 Oct 2003 17:32:37 +0000 Subject: [PATCH] remove windows from the focus delay timer when the pointer leaves them --- openbox/event.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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; -- 2.39.2