remove windows from the focus delay timer when the pointer leaves them

This commit is contained in:
Dana Jansens 2003-10-09 17:32:37 +00:00
parent 0843ff29b8
commit df436132bd

View file

@ -636,12 +636,10 @@ static void event_handle_client(ObClient *client, XEvent *e)
frame_adjust_state(client->frame); frame_adjust_state(client->frame);
break; break;
case OB_FRAME_CONTEXT_FRAME: case OB_FRAME_CONTEXT_FRAME:
/*
if (config_focus_follow && config_focus_delay) if (config_focus_follow && config_focus_delay)
ob_main_loop_timeout_remove_data(ob_main_loop, ob_main_loop_timeout_remove_data(ob_main_loop,
focus_delay_func, focus_delay_func,
client); client);
*/
break; break;
default: default:
break; break;