From a97ba40053c446ae1fb19f5cd381b4188adac22f Mon Sep 17 00:00:00 2001 From: Mark Tiefenbruck Date: Tue, 7 Oct 2008 00:59:05 -0700 Subject: fix windows mapping into IconicState again --- src/Window.cc | 3 +++ 1 file changed, 3 insertions(+) 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() { m_client->initial_state == WithdrawnState) // Slit client return; + if (m_client->initial_state == IconicState) + m_state.iconic = true; + m_client->setFluxboxWindow(this); m_client->setGroupLeftWindow(None); // nothing to the left. -- cgit v0.11.2