all repos — openbox @ f6aaaeddf59c5a9af87993aa5cfcb9e1f04676f2

openbox fork - make it a bit more like ryudo

better group_full func
Dana Jansens danakj@orodu.net
commit

f6aaaeddf59c5a9af87993aa5cfcb9e1f04676f2

parent

5c78f329ae40b60f7310e772e6f0a58f962005f6

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

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

@@ -2403,7 +2403,9 @@

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