]> Dogcows Code - chaz/openbox/blobdiff - openbox/stacking.h
add stacking_below which moves a window to immediately below another window. use...
[chaz/openbox] / openbox / stacking.h
index 132ef4902491e988ed8fd3a1fe24a59d1c606d77..083d20249f57559ea92f5df758797257139ccf6d 100644 (file)
@@ -32,7 +32,10 @@ void stacking_add_nonintrusive(ObWindow *win);
 /*! Raises a window above all others in its stacking layer */
 void stacking_raise(ObWindow *window);
 
-/*! Lowers a client window below all others in its stacking layer */
+/*! Lowers a window below all others in its stacking layer */
 void stacking_lower(ObWindow *window);
 
+/*! Moves a window below another if its in the same layer */
+void stacking_below(ObWindow *window, ObWindow *below);
+
 #endif
This page took 0.023464 seconds and 4 git commands to generate.