all repos — openbox @ 9656d1e276645ec20fb660f785316adb71d211db

openbox fork - make it a bit more like ryudo

put unmanageWindow back how it used to be. no 'remap' argument
Dana Jansens danakj@orodu.net
commit

9656d1e276645ec20fb660f785316adb71d211db

parent

34896278038205494cd41a1cab0818ea8eef16f3

1 files changed, 1 insertions(+), 3 deletions(-)

jump to
M src/screen.hhsrc/screen.hh

@@ -178,10 +178,8 @@ /*!

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