From 906a6b239589af29624bca151172c5e6a436bfc8 Mon Sep 17 00:00:00 2001 From: rathnor Date: Mon, 21 Jul 2003 17:54:07 +0000 Subject: fix removeClient (no idea why that line was removed [by me]) --- src/Window.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Window.cc b/src/Window.cc index 10892df..a84d710 100644 --- a/src/Window.cc +++ b/src/Window.cc @@ -22,7 +22,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.cc,v 1.208 2003/07/21 15:26:56 rathnor Exp $ +// $Id: Window.cc,v 1.209 2003/07/21 17:54:07 rathnor Exp $ #include "Window.hh" @@ -736,6 +736,7 @@ bool FluxboxWindow::detachClient(WinClient &client) { // m_client must be valid as there should be at least one other window // otherwise this wouldn't be here (refer numClients() <= 1 return) + client.m_win = screen().createWindow(client); m_client->raise(); setInputFocus(); return true; -- cgit v0.11.2