fix windows mapping into IconicState again
This commit is contained in:
parent
1fdef35e51
commit
a97ba40053
1 changed files with 3 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue