]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
Add MoveFromEdge* actions, shorten client_directional_edge_search with some handy...
[chaz/openbox] / openbox / client.h
index 41531979ddf34a1bee854763dd9c17cae1aafa36..9702bb198bec38544fbb25937ca9e5fe8e9b62a4 100644 (file)
@@ -575,7 +575,7 @@ ObClient *client_search_transient(ObClient *self, ObClient *search);
 ObClient *client_find_directional(ObClient *c, ObDirection dir);
 
 /*! Return the closest edge in the given direction */
-gint client_directional_edge_search(ObClient *c, ObDirection dir);
+gint client_directional_edge_search(ObClient *c, ObDirection dir, gboolean hang);
 
 /*! Set a client window to be above/below other clients.
   @layer < 0 indicates the client should be placed below other clients.<br>
This page took 0.021585 seconds and 4 git commands to generate.