all repos — openbox @ 587523c0cbe93bc7f60d4616ccc8fbc5274c757a

openbox fork - make it a bit more like ryudo

one more..
Dana Jansens danakj@orodu.net
commit

587523c0cbe93bc7f60d4616ccc8fbc5274c757a

parent

f6aaaeddf59c5a9af87993aa5cfcb9e1f04676f2

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

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

@@ -2404,7 +2404,7 @@ if (client_focused(c)) return c;

if ((c = client_search_focus_tree(it->data))) return c; } } else - if (client_focused(c)) return c; + if (client_focused(self)) return self; return NULL; }