From: Dana Jansens Date: Fri, 26 Sep 2003 06:49:45 +0000 (+0000) Subject: comment the client_search_transient function X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=0a1b9352caca8b591a03b3ee2924c55375cddf66;p=chaz%2Fopenbox comment the client_search_transient function --- diff --git a/openbox/client.h b/openbox/client.h index 12674b81..3b3c78f7 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -505,6 +505,8 @@ ObClient *client_search_modal_child(ObClient *self); ObClient *client_search_top_transient(ObClient *self); +/*! Search for a transient of a client. The transient is returned if it is one, + NULL is returned if the given search is not a transient of the client. */ ObClient *client_search_transient(ObClient *self, ObClient *search); /*! Return the "closest" client in the given direction */