projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3489627
)
put unmanageWindow back how it used to be. no 'remap' argument
author
Dana Jansens
<danakj@orodu.net>
Wed, 8 Jan 2003 06:46:21 +0000
(06:46 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 8 Jan 2003 06:46:21 +0000
(06:46 +0000)
src/screen.hh
patch
|
blob
|
history
diff --git
a/src/screen.hh
b/src/screen.hh
index 9292c60fdeb12b8ea5fd713330bbc3530e171840..8432139ce861ad86585fc762153da796559863e8 100644
(file)
--- 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