diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-12 08:25:04 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-12 08:25:04 +0000 |
| commit | c1f0f7c40fbbc33157d59b5e3db58a0801af5008 (patch) | |
| tree | 86619427ab94e97e89cdf92b6912d78101ded8d0 /openbox/client.h | |
| parent | a9ce3ba2663177b002a676a140dc512f41ba2263 (diff) | |
small bugfix to the directional focus code.
add the client_directional_edge_search function.
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 3 |
1 files changed, 3 insertions, 0 deletions
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.<br> = 0 indicates the client should be placed with other clients.<br> |
