From 6273bf2e94a777760fee5346c290fb6672a0cb70 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 12 Jul 2014 05:19:41 +0200 Subject: Make RaiseLower work for the dock as well As a side effect, _NET_RESTACK_REQUEST now also allows specifying the dock as the sibling. --- 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 c14aa2ed..ebfa1755 100644 --- a/openbox/stacking.h +++ b/openbox/stacking.h @@ -71,7 +71,7 @@ void stacking_below(struct _ObWindow *window, struct _ObWindow *below); /*! Restack a window based upon a sibling (or all windows) in various ways. @param client The client to be restacked - @param sibling Another client to compare to, or NULL to compare to all + @param sibling A window to compare to, or NULL to compare to all windows @param detail One of Above, Below, TopIf, BottomIf, Opposite @return TRUE if the client was restacked @@ -79,7 +79,7 @@ void stacking_below(struct _ObWindow *window, struct _ObWindow *below); how each detail works with and without a sibling. */ gboolean stacking_restack_request(struct _ObClient *client, - struct _ObClient *sibling, + struct _ObWindow *sibling_win, gint detail); #endif -- cgit v1.2.3