From: Dana Jansens Date: Fri, 28 Mar 2003 11:14:20 +0000 (+0000) Subject: FocusOut's are NOT ignored. thats bullshit. fixing comment. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=69177d8760c68616b89ec2a3ec498dd7f76d30e0;p=chaz%2Fopenbox FocusOut's are NOT ignored. thats bullshit. fixing comment. --- 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)) {