summaryrefslogtreecommitdiff
path: root/src/screen.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-03 18:25:04 +0000
committerDana Jansens <danakj@orodu.net>2003-01-03 18:25:04 +0000
commit13f2930de727539fce8bd759450706b6094d5a98 (patch)
treee0d7ab7744e07fef4a1255313e1d354e16e68d86 /src/screen.hh
parent89e6d5c0e64513d06ac4368981239de969a6fc9d (diff)
share code for raising/lowering windows
Diffstat (limited to 'src/screen.hh')
-rw-r--r--src/screen.hh8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/screen.hh b/src/screen.hh
index ce6d6dea..5af79366 100644
--- a/src/screen.hh
+++ b/src/screen.hh
@@ -153,11 +153,9 @@ public:
*/
void unmanageWindow(OBClient *client);
- //! Raises a client window above all others in its stacking layer
- void raise(OBClient *client);
-
- //! Lowers a client window below all others in its stacking layer
- void lower(OBClient *client);
+ //! Raises/Lowers a client window above/below all others in its stacking
+ //! layer
+ void restack(bool raise, OBClient *client);
};
}