summaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2002-07-13 21:25:19 +0000
committerDana Jansens <danakj@orodu.net>2002-07-13 21:25:19 +0000
commit8cb1108f4e281421e59d04dcac0b937e932160c8 (patch)
treeefba5fb5f61f44529eb6643a79d1dbf1c45ec5b8 /src/Screen.hh
parent043e42a316e67183a3210035f238e872e020996a (diff)
properly lower windows and keep desktop windows on the bottom.
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh
index 36a9f3cc..8986803b 100644
--- a/src/Screen.hh
+++ b/src/Screen.hh
@@ -326,7 +326,7 @@ public:
void manageWindow(Window w);
void unmanageWindow(BlackboxWindow *w, bool remap);
void raiseWindows(Window *workspace_stack, unsigned int num);
- void lowerDesktops(void);
+ void lowerWindows(Window *workspace_stack, unsigned int num);
void reassociateWindow(BlackboxWindow *w, unsigned int wkspc_id,
bool ignore_sticky);
void propagateWindowName(const BlackboxWindow *bw);