summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-11 00:56:45 +0000
committerDana Jansens <danakj@orodu.net>2007-07-11 00:56:45 +0000
commitaa901a8ee7cd3964e89ea0cf62dfb4ebc775fcb1 (patch)
tree2f3077d327a00c46e799b68bb53d12d1a82fcf1c /openbox/client.c
parent489844da325b248ff039de87ffc5593e0f8dd0a2 (diff)
comment
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c
index 164ab91b..ffc0488f 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -1356,7 +1356,8 @@ static void client_update_transient_tree(ObClient *self,
/** If we change our group transient-ness, our children change their
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)) {
c = it->data;
if (!c->transient_for_group)