From 58b3ec41b9a34a81e44855bd7e061a72d8d81a97 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 2 Feb 2008 22:07:21 -0500 Subject: [PATCH] improve comment --- openbox/client.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openbox/client.h b/openbox/client.h index 84da49a..83fdc9a 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 -- 1.9.1