all repos — fluxbox @ 197fefe7e49d4ad3ae8e560f95055a79d676735b

custom fork of the fluxbox windowmanager

fix minimization
markt markt
commit

197fefe7e49d4ad3ae8e560f95055a79d676735b

parent

eada20a2c01bf8b2bac24c5e47661122b7aa8fc4

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

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

@@ -1407,6 +1407,7 @@ if (isIconic()) // no need to iconify if we're already

return; iconic = true; + m_statesig.notify(); hide(true);

@@ -1452,6 +1453,7 @@

bool was_iconic = iconic; iconic = false; + m_statesig.notify(); if (reassoc && !m_client->transients.empty()) { // deiconify all transients