summaryrefslogtreecommitdiff
path: root/openbox/stacking.h
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2005-02-08 04:33:54 +0000
committerMikael Magnusson <mikachu@comhem.se>2005-02-08 04:33:54 +0000
commitabe258be1d7e7a6e9881a3e654d7e69994498c62 (patch)
tree601be512c421e6d21d12850406d1a5fa8b6b1538 /openbox/stacking.h
parente74fbdaa0e8ee61b747b4efb4f66ae3992af925c (diff)
<group> option for raise/lower related actions. hi floam.
Diffstat (limited to 'openbox/stacking.h')
-rw-r--r--openbox/stacking.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/stacking.h b/openbox/stacking.h
index 409535ae..365db0c0 100644
--- a/openbox/stacking.h
+++ b/openbox/stacking.h
@@ -47,10 +47,10 @@ void stacking_add_nonintrusive(ObWindow *win);
#define stacking_remove(win) stacking_list = g_list_remove(stacking_list, win);
/*! Raises a window above all others in its stacking layer */
-void stacking_raise(ObWindow *window);
+void stacking_raise(ObWindow *window, gboolean group);
/*! Lowers a window below all others in its stacking layer */
-void stacking_lower(ObWindow *window);
+void stacking_lower(ObWindow *window, gboolean group);
/*! Moves a window below another if its in the same layer.
This function does not enforce stacking rules IRT transients n such, and so