From abe258be1d7e7a6e9881a3e654d7e69994498c62 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 8 Feb 2005 04:33:54 +0000 Subject: option for raise/lower related actions. hi floam. --- openbox/stacking.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/stacking.h') 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 -- cgit v1.2.3