summaryrefslogtreecommitdiff
path: root/src/screen.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen.hh')
-rw-r--r--src/screen.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/screen.hh b/src/screen.hh
index 933fc20d..9292c60f 100644
--- a/src/screen.hh
+++ b/src/screen.hh
@@ -177,8 +177,11 @@ public:
/*!
This removes the window's frame, reparents it to root, unselects events on
it, etc.
+ @param client The client to unmanage
+ @param reparented true if the client's window has already reparented
+ itself; false if it has not.
*/
- void unmanageWindow(OBClient *client);
+ void unmanageWindow(OBClient *client, bool reparented = false);
//! Raises/Lowers a client window above/below all others in its stacking
//! layer