X-Git-Url: http://git.openbox.org/?p=mikachu%2Fopenbox.git;a=blobdiff_plain;f=openbox%2Fclient.h;h=3f92a4e7de0bc74c6a06cd164f19282d3d7d8a01;hp=a27d37c684acee50f5e674cd6687ab0eb8aa9a3b;hb=5f04ca85ef6a2ebc2d66842e261a676691e9b4de;hpb=4435c3a438f092252f563d5fd97dffd440a164db diff --git a/openbox/client.h b/openbox/client.h index a27d37c..3f92a4e 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -688,7 +688,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