summaryrefslogtreecommitdiff
path: root/openbox/actions
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2008-01-11 15:28:26 -0500
committerDana Jansens <danakj@orodu.net>2008-01-11 15:28:26 -0500
commitabc67cbdc1c1e61e074f8f312eaecb357cd0aa5c (patch)
tree06d8ea7cbf87a219e3d9e6ef3359a0452f0ea702 /openbox/actions
parent1789d4564514c4cefe3d2e9d2b7b65119784b53c (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')
-rw-r--r--openbox/actions/lower.c1
-rw-r--r--openbox/actions/raise.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/openbox/actions/lower.c b/openbox/actions/lower.c
index 3a214ea7..d34e933b 100644
--- a/openbox/actions/lower.c
+++ b/openbox/actions/lower.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);
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);