all repos — openbox @ 0a1b9352caca8b591a03b3ee2924c55375cddf66

openbox fork - make it a bit more like ryudo

comment the client_search_transient function
Dana Jansens danakj@orodu.net
commit

0a1b9352caca8b591a03b3ee2924c55375cddf66

parent

99338854931ce44910f9b4aa5407082741caa5dc

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M openbox/client.hopenbox/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 */