diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-07 20:20:14 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-07 20:20:14 +0000 |
| commit | f11bd1b0cc5973590d1ee547736ac00f50447efa (patch) | |
| tree | ea716d2589aba0573c9d10756bd5c75ec02c3c73 /src/screen.hh | |
| parent | 2ae5aaca65b4d9c9747fe787c920a547e7ec13c0 (diff) | |
better reparent handling, dont fux with the event stack..
Diffstat (limited to 'src/screen.hh')
| -rw-r--r-- | src/screen.hh | 5 |
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 |
