From f6aaaeddf59c5a9af87993aa5cfcb9e1f04676f2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 6 Jun 2007 16:07:39 +0000 Subject: [PATCH] better group_full func --- openbox/client.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openbox/client.c b/openbox/client.c index 165e545b..659fd704 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -2403,7 +2403,9 @@ ObClient *client_search_focus_group_full(ObClient *self) 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) -- 2.45.2