From f11bd1b0cc5973590d1ee547736ac00f50447efa Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 7 Jan 2003 20:20:14 +0000 Subject: better reparent handling, dont fux with the event stack.. --- src/screen.hh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/screen.hh') 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 -- cgit v1.2.3