diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-11 15:28:26 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-11 15:28:26 -0500 |
| commit | abc67cbdc1c1e61e074f8f312eaecb357cd0aa5c (patch) | |
| tree | 06d8ea7cbf87a219e3d9e6ef3359a0452f0ea702 /openbox/actions/raise.c | |
| parent | 1789d4564514c4cefe3d2e9d2b7b65119784b53c (diff) | |
make it possible to temporarily raise a window to the top, and restore it. also fix the return val for window_layer.
Diffstat (limited to 'openbox/actions/raise.c')
| -rw-r--r-- | openbox/actions/raise.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbox/actions/raise.c b/openbox/actions/raise.c index 5dfe281a..6837bce2 100644 --- a/openbox/actions/raise.c +++ b/openbox/actions/raise.c @@ -1,5 +1,6 @@ #include "openbox/actions.h" #include "openbox/stacking.h" +#include "openbox/window.h" static gboolean run_func(ObActionsData *data, gpointer options); |
