From 939fbcfd31e07a6e0f1cdbfcef9b04f63e6af700 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 22 Apr 2007 04:16:00 +0000 Subject: add a comparitor to timers. use this in event.c to let you remove timers from the queue selectively for delayed focus --- openbox/focus.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'openbox/focus.c') 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); } -- cgit v1.2.3