X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=dba6786e48dda7f393a31fa2b9bb789573def4f0;hb=b1d44ac43ba050026fa6602ec6fd34b33366aa00;hp=954b7424acece579c27ccacde16fc8736d22b7df;hpb=4cd886e5188549ab48a11b70cb40b65efe916b6c;p=chaz%2Fopenbox diff --git a/openbox/client.h b/openbox/client.h index 954b7424..dba6786e 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -460,6 +460,9 @@ ObClient *client_search_transient(ObClient *self, ObClient *search); /*! Return the "closest" client in the given direction */ ObClient *client_find_directional(ObClient *c, ObDirection dir); +/*! Return the closest edge in the given direction */ +int client_directional_edge_search(ObClient *c, ObDirection dir); + /*! Set a client window to be above/below other clients. @layer < 0 indicates the client should be placed below other clients.
= 0 indicates the client should be placed with other clients.