diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-10-09 17:32:37 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-10-09 17:32:37 +0000 |
| commit | df436132bda79134e822fd56a896ed28cdc289e0 (patch) | |
| tree | f51661dd039580ab69d9c8800f924aa27974d7e4 | |
| parent | 0843ff29b8a94af2bd2226132abd7ec160d4bc2c (diff) | |
remove windows from the focus delay timer when the pointer leaves them
| -rw-r--r-- | openbox/event.c | 10 |
1 files 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; |
