X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=7001765f60b0e830c3ea86d0afdb1b49e0bb5ab5;hb=702995014a0ef567e98899bda931901d98461341;hp=c3bbe2b9e1368e95eb0f7c52777c628ae257df6d;hpb=81af5a8b0caadc0a82ff2304c315f816c9576e93;p=chaz%2Fopenbox 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);