diff options
Diffstat (limited to 'src/Window.cc')
-rw-r--r-- | src/Window.cc | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: Window.cc,v 1.208 2003/07/21 15:26:56 rathnor Exp $ | 25 | // $Id: Window.cc,v 1.209 2003/07/21 17:54:07 rathnor Exp $ |
26 | 26 | ||
27 | #include "Window.hh" | 27 | #include "Window.hh" |
28 | 28 | ||
@@ -736,6 +736,7 @@ bool FluxboxWindow::detachClient(WinClient &client) { | |||
736 | 736 | ||
737 | // m_client must be valid as there should be at least one other window | 737 | // m_client must be valid as there should be at least one other window |
738 | // otherwise this wouldn't be here (refer numClients() <= 1 return) | 738 | // otherwise this wouldn't be here (refer numClients() <= 1 return) |
739 | client.m_win = screen().createWindow(client); | ||
739 | m_client->raise(); | 740 | m_client->raise(); |
740 | setInputFocus(); | 741 | setInputFocus(); |
741 | return true; | 742 | return true; |