X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.h;h=5d84df0b3a26777c940f961b4969c6f4fe3c69f2;hb=754391ea4d3db7564a39d561d9b50191a56ed751;hp=ca41055859570fb467ad9c510a8f53d9fcfc50ae;hpb=5a7953b36aa0e23ae21f707d9fb8b6b9e882946d;p=chaz%2Fopenbox 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