diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-10 04:06:50 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-10 04:06:50 +0000 |
| commit | c2c84c3f5ed75561d7d6502f787ab06bc7d984d2 (patch) | |
| tree | 458bacc4398654f6f395bbb2de8e6a788644b050 /openbox/stacking.h | |
| parent | ae4bb6bcb25e3e8b2405b38baebc1859b8135454 (diff) | |
add support for _NET_RESTACK_WINDOW
Diffstat (limited to 'openbox/stacking.h')
| -rw-r--r-- | openbox/stacking.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openbox/stacking.h b/openbox/stacking.h index 70e4b2d4..d570c944 100644 --- a/openbox/stacking.h +++ b/openbox/stacking.h @@ -64,4 +64,16 @@ void stacking_below(ObWindow *window, ObWindow *below); */ gboolean stacking_occluded(struct _ObClient *client,struct _ObClient *sibling); +/*! 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 + windows + @param detail One of Above, Below, TopIf, BottomIf, Opposite + See http://tronche.com/gui/x/xlib/window/configure.html for details on + how each detail works with and without a sibling. +*/ +void stacking_restack_request(struct _ObClient *client, + struct _ObClient *sibling, + gint detail); + #endif |
