diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-05-22 02:22:43 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-05-22 02:22:43 +0000 |
| commit | 4d814a383b099c48ad9b61cb94d25ef16b1a698a (patch) | |
| tree | 14ee14be18619aef1786e8b4c56d6decc355f18b /openbox/client.h | |
| parent | d6cb5adbeaf0b7fbb55aca942ae5b8f62f77b4ea (diff) | |
add actions for changing client layers to abov/below/normal
Diffstat (limited to 'openbox/client.h')
| -rw-r--r-- | openbox/client.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openbox/client.h b/openbox/client.h index ca410558..5d84df0b 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -497,4 +497,11 @@ Client *client_search_modal_child(Client *self); /*! Return the "closest" client in the given direction */ Client *client_find_directional(Client *c, Direction 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> + > 0 indicates the client should be placed above other clients. +*/ +void client_set_layer(Client *self, int layer); + #endif |
