all repos — fluxbox @ a97ba40053c446ae1fb19f5cd381b4188adac22f

custom fork of the fluxbox windowmanager

fix windows mapping into IconicState again
Mark Tiefenbruck mark@fluxbox.org
commit

a97ba40053c446ae1fb19f5cd381b4188adac22f

parent

1fdef35e51e10da72652215b1ee8926be79ff748

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

jump to
M src/Window.ccsrc/Window.cc

@@ -390,6 +390,9 @@ wattrib.override_redirect || // override redirect

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.