From 11cde9683d8d722d34c8b730d6bdd73fe73b080b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 25 Jul 2003 13:25:09 +0000 Subject: add client_search_transient which searches the tree from a client down for a client --- openbox/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index c3bbe2b9..7001765f 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -431,6 +431,8 @@ ObClient *client_search_modal_child(ObClient *self); ObClient *client_search_top_transient(ObClient *self); +ObClient *client_search_transient(ObClient *self, ObClient *search); + /*! Return the "closest" client in the given direction */ ObClient *client_find_directional(ObClient *c, ObDirection dir); -- cgit v1.2.3