all repos — fluxbox @ ad5eb132107e46b5e78e15f565b34d6842a458ff

custom fork of the fluxbox windowmanager

* patch from vadim <suhanov_vadim@mail.ru>:

"when i iconify some window it disappears from _NET_CLIENT_LIST until 
 Ewmh::updateClientLis are been called again."
mathias mathias
commit

ad5eb132107e46b5e78e15f565b34d6842a458ff

parent

3d497bb7030f4698d6c55643d28cd412ed02f191

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

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

@@ -1186,10 +1186,10 @@ }

// if window changed to iconic state // add to icon list if (win.isIconic()) { + win.screen().addIcon(&win); Workspace *space = win.screen().getWorkspace(win.workspaceNumber()); if (space != 0) space->removeWindow(&win, true); - win.screen().addIcon(&win); } if (win.isStuck()) {