diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-08 06:46:21 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-08 06:46:21 +0000 |
| commit | 9656d1e276645ec20fb660f785316adb71d211db (patch) | |
| tree | 4f1625b3b16e0698460b5877ac9496f3d416c651 /src/screen.hh | |
| parent | 34896278038205494cd41a1cab0818ea8eef16f3 (diff) | |
put unmanageWindow back how it used to be. no 'remap' argument
Diffstat (limited to 'src/screen.hh')
| -rw-r--r-- | src/screen.hh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/screen.hh b/src/screen.hh index 9292c60f..8432139c 100644 --- a/src/screen.hh +++ b/src/screen.hh @@ -178,10 +178,8 @@ 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, bool reparented = false); + void unmanageWindow(OBClient *client); //! Raises/Lowers a client window above/below all others in its stacking //! layer |
