diff options
Diffstat (limited to 'openbox/stacking.h')
| -rw-r--r-- | openbox/stacking.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openbox/stacking.h b/openbox/stacking.h index 132ef490..083d2024 100644 --- a/openbox/stacking.h +++ b/openbox/stacking.h @@ -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 |
