]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
watch out for 0x0 icons, and skip them
[chaz/openbox] / openbox / client.h
index ca41055859570fb467ad9c510a8f53d9fcfc50ae..5d84df0b3a26777c940f961b4969c6f4fe3c69f2 100644 (file)
@@ -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
This page took 0.025102 seconds and 4 git commands to generate.