all repos — openbox @ 58b3ec41b9a34a81e44855bd7e061a72d8d81a97

openbox fork - make it a bit more like ryudo

improve comment
Dana Jansens danakj@orodu.net
commit

58b3ec41b9a34a81e44855bd7e061a72d8d81a97

parent

809ee35cffb8c8e0a775646d85701d0074a333b7

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M openbox/client.hopenbox/client.h

@@ -691,7 +691,9 @@ not groups if it is transient for its group.

*/ 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