diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-10-31 03:33:21 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-10-31 03:33:21 +0000 |
| commit | b18846db698e5aaec6b27633b7a6361d13f7de69 (patch) | |
| tree | 8e207544af0589083ecfea464db5db3be672457d /openbox/client.h | |
| parent | efa508a2a27ef9b79ec5880858b04998932ae49b (diff) | |
Add MoveFromEdge* actions, shorten client_directional_edge_search with some handy #defines
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
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.<br> |
