X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstacking.h;h=365db0c0995d4ba0e3fc796e0f9972aed2a589eb;hb=0417d1226c7a523cd4420195d86dd744f514b2fe;hp=409535aef3a729343c9ed07f90e4c67ece04d9de;hpb=e74fbdaa0e8ee61b747b4efb4f66ae3992af925c;p=chaz%2Fopenbox 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