comment
This commit is contained in:
parent
489844da32
commit
aa901a8ee7
1 changed files with 2 additions and 1 deletions
|
@ -1356,7 +1356,8 @@ static void client_update_transient_tree(ObClient *self,
|
||||||
|
|
||||||
/** If we change our group transient-ness, our children change their
|
/** If we change our group transient-ness, our children change their
|
||||||
effect group transient-ness, which affects how they relate to other
|
effect group transient-ness, which affects how they relate to other
|
||||||
group windows */
|
group windows **/
|
||||||
|
|
||||||
for (it = self->transients; it; it = g_slist_next(it)) {
|
for (it = self->transients; it; it = g_slist_next(it)) {
|
||||||
c = it->data;
|
c = it->data;
|
||||||
if (!c->transient_for_group)
|
if (!c->transient_for_group)
|
||||||
|
|
Loading…
Reference in a new issue