summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-02-02 22:07:21 -0500
committerDana Jansens <danakj@orodu.net>2008-02-02 22:07:21 -0500
commit58b3ec41b9a34a81e44855bd7e061a72d8d81a97 (patch)
tree1f1b0a81a1be35a9ad821da3d96413f7c1ba1a54 /openbox
parent809ee35cffb8c8e0a775646d85701d0074a333b7 (diff)
improve comment
Diffstat (limited to 'openbox')
-rw-r--r--openbox/client.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 84da49a3..83fdc9af 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -691,7 +691,9 @@ ObClient *client_direct_parent(ObClient *self);
*/
ObClient *client_search_top_direct_parent(ObClient *self);
-/*! Is one client a direct child of another (i.e. not through the group.) */
+/*! Is one client a direct child of another (i.e. not through the group.)
+ This checks more than one level, so there may be another direct child in
+ between */
gboolean client_is_direct_child(ObClient *parent, ObClient *child);
/*! Search for a parent of a client. This only searches up *ONE LEVEL*, and