all repos — openbox @ 69177d8760c68616b89ec2a3ec498dd7f76d30e0

openbox fork - make it a bit more like ryudo

FocusOut's are NOT ignored. thats bullshit. fixing comment.
Dana Jansens danakj@orodu.net
commit

69177d8760c68616b89ec2a3ec498dd7f76d30e0

parent

76943cdfe07390b031ad6404dbb59413364a5a17

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M openbox/event.copenbox/event.c

@@ -254,8 +254,8 @@ e->xfocus.detail == NotifyAncestor ||

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)) {