better group_full func

This commit is contained in:
Dana Jansens 2007-06-06 16:07:39 +00:00
parent 5c78f329ae
commit f6aaaeddf5

View file

@ -2403,7 +2403,9 @@ ObClient *client_search_focus_group_full(ObClient *self)
if (client_focused(c)) return c; if (client_focused(c)) return c;
if ((c = client_search_focus_tree(it->data))) 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) gboolean client_has_parent(ObClient *self)