From 13f2930de727539fce8bd759450706b6094d5a98 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 3 Jan 2003 18:25:04 +0000 Subject: share code for raising/lowering windows --- src/screen.hh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/screen.hh') 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); }; } -- cgit v1.2.3