From b18846db698e5aaec6b27633b7a6361d13f7de69 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 31 Oct 2006 03:33:21 +0000 Subject: Add MoveFromEdge* actions, shorten client_directional_edge_search with some handy #defines --- openbox/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index 41531979..9702bb19 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -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.
-- cgit v1.2.3