oops nm
This commit is contained in:
parent
f3a93aeede
commit
712475a9b5
1 changed files with 1 additions and 1 deletions
|
@ -1036,7 +1036,7 @@ void client_update_wmhints(Client *self)
|
||||||
if (!(hints->flags & WindowGroupHint))
|
if (!(hints->flags & WindowGroupHint))
|
||||||
hints->window_group = None; /* no group */
|
hints->window_group = None; /* no group */
|
||||||
/* did the group state change? */
|
/* did the group state change? */
|
||||||
if (hints->window_group != self->group ? self->group->leader : None) {
|
if (hints->window_group != (self->group ? self->group->leader : None)){
|
||||||
/* remove from the old group if there was one */
|
/* remove from the old group if there was one */
|
||||||
if (self->group != NULL) {
|
if (self->group != NULL) {
|
||||||
/* remove transients of the group */
|
/* remove transients of the group */
|
||||||
|
|
Loading…
Reference in a new issue