better group_full func
This commit is contained in:
parent
5c78f329ae
commit
f6aaaeddf5
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue