summaryrefslogtreecommitdiff
path: root/src/Window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Window.cc b/src/Window.cc
index 4f92e86..8c50f39 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -390,6 +390,9 @@ void FluxboxWindow::init() {
390 m_client->initial_state == WithdrawnState) // Slit client 390 m_client->initial_state == WithdrawnState) // Slit client
391 return; 391 return;
392 392
393 if (m_client->initial_state == IconicState)
394 m_state.iconic = true;
395
393 m_client->setFluxboxWindow(this); 396 m_client->setFluxboxWindow(this);
394 m_client->setGroupLeftWindow(None); // nothing to the left. 397 m_client->setGroupLeftWindow(None); // nothing to the left.
395 398