summaryrefslogtreecommitdiff
path: root/src/screen.hh
diff options
context:
space:
mode:
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);
};
}