summaryrefslogtreecommitdiff
path: root/openbox/focus.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-22 04:16:00 +0000
committerDana Jansens <danakj@orodu.net>2007-04-22 04:16:00 +0000
commit939fbcfd31e07a6e0f1cdbfcef9b04f63e6af700 (patch)
treefb5ba9c9de6eb445cac162c50b220a2a091345eb /openbox/focus.c
parent8612fcfb99f4ed97f49c3617fd2ae291877c8c8e (diff)
add a comparitor to timers. use this in event.c to let you remove timers from the queue selectively for delayed focus
Diffstat (limited to 'openbox/focus.c')
-rw-r--r--openbox/focus.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbox/focus.c b/openbox/focus.c
index 32a715ef..197948e9 100644
--- a/openbox/focus.c
+++ b/openbox/focus.c
@@ -282,9 +282,6 @@ void focus_fallback(gboolean allow_refocus)
*/
focus_set_client(NULL);
- /* If some delayed focusing is going on, cancel it */
- event_halt_focus_delay();
-
if ((new = focus_fallback_target(allow_refocus, old)))
client_focus(new);
}