typo and ()s
This commit is contained in:
parent
301016fd2b
commit
9182f1a603
1 changed files with 2 additions and 2 deletions
|
@ -2377,8 +2377,8 @@ ObClient *client_search_focus_tree_full(ObClient *self)
|
||||||
gboolean client_has_parent(ObClient *self)
|
gboolean client_has_parent(ObClient *self)
|
||||||
{
|
{
|
||||||
return (self->transient_for &&
|
return (self->transient_for &&
|
||||||
(self->transient_for != TRAN_GROUP ||
|
(self->transient_for != OB_TRAN_GROUP ||
|
||||||
self->group && self->group->members->next));
|
(self->group && self->group->members->next)));
|
||||||
}
|
}
|
||||||
|
|
||||||
static ObStackingLayer calc_layer(ObClient *self)
|
static ObStackingLayer calc_layer(ObClient *self)
|
||||||
|
|
Loading…
Reference in a new issue