all repos — openbox @ 52d4433a00751ad2184e58af7fbc31b206c13f59

openbox fork - make it a bit more like ryudo

fallback focus in superior fashion
Dana Jansens danakj@orodu.net
commit

52d4433a00751ad2184e58af7fbc31b206c13f59

parent

6778db73923a9f955bb7040a57e0cfba084fc050

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

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

@@ -248,9 +248,9 @@ return;

/* secret magic way of event_process telling us that no client was found for the FocusIn event */ if (fi.xfocus.window == None) - focus_set_client(NULL); + focus_fallback(FALSE); } else - focus_set_client(NULL); + focus_fallback(FALSE); } break; case EnterNotify: