]> Dogcows Code - chaz/openbox/blobdiff - openbox/stacking.h
add support for _NET_RESTACK_WINDOW
[chaz/openbox] / openbox / stacking.h
index 70e4b2d4e3a81bc470fba56edd9e71137269fe0f..d570c944867cbb7e088b7c7a5b097b71c3588b99 100644 (file)
@@ -64,4 +64,16 @@ void stacking_below(ObWindow *window, ObWindow *below);
 */
 gboolean stacking_occluded(struct _ObClient *client,struct _ObClient *sibling);
 
+/*! Restack a window based upon a sibling (or all windows) in various ways.
+  @param client The client to be restacked
+  @param sibling Another client to compare to, or NULL to compare to all
+                 windows
+  @param detail One of Above, Below, TopIf, BottomIf, Opposite
+  See http://tronche.com/gui/x/xlib/window/configure.html for details on
+  how each detail works with and without a sibling.
+*/
+void stacking_restack_request(struct _ObClient *client,
+                              struct _ObClient *sibling,
+                              gint detail);
+
 #endif
This page took 0.025483 seconds and 4 git commands to generate.