From 69177d8760c68616b89ec2a3ec498dd7f76d30e0 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 28 Mar 2003 11:14:20 +0000 Subject: [PATCH] FocusOut's are NOT ignored. thats bullshit. fixing comment. --- openbox/event.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbox/event.c b/openbox/event.c index fc8b6fff..ad14f5c8 100644 --- a/openbox/event.c +++ b/openbox/event.c @@ -254,8 +254,8 @@ void event_process(XEvent *e) e->xfocus.detail > NotifyNonlinearVirtual) return; g_message("FocusOut on %lx", window); - /* FocusOut events just make us look for FocusIn events. They - are mostly ignored otherwise. */ + /* Try process a FocusIn first, and if a legit one isn't found, then + do the fallback shiznit. */ { XEvent fi; if (XCheckTypedEvent(ob_display, FocusIn, &fi)) { -- 2.39.2