From 4d814a383b099c48ad9b61cb94d25ef16b1a698a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 22 May 2003 02:22:43 +0000 Subject: add actions for changing client layers to abov/below/normal --- openbox/client.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'openbox/client.h') 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.
+ = 0 indicates the client should be placed with other clients.
+ > 0 indicates the client should be placed above other clients. +*/ +void client_set_layer(Client *self, int layer); + #endif -- cgit v1.2.3