all repos — fluxbox @ dbe2879dfe3de746473a2598d773da970098e48c

custom fork of the fluxbox windowmanager

added iconified windows to the _NET_CLIENT_LIST window in response to
pointer to: http://bugzilla.gnome.org/show_bug.cgi?id=99625
rathnor rathnor
commit

dbe2879dfe3de746473a2598d773da970098e48c

parent

31dd91c2a874bdd1ce4283a079ad2bc4206d31e4

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

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

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Ewmh.cc,v 1.7 2002/12/01 13:41:55 rathnor Exp $ +// $Id: Ewmh.cc,v 1.8 2002/12/27 02:15:08 rathnor Exp $ #include "Ewmh.hh"

@@ -146,6 +146,14 @@ for (; it != it_end; ++it) {

wl[win++] = (*it)->getClientWindow(); } } + + // plus iconified windows + BScreen::Icons::const_iterator it = screen.getIconList().begin(); + BScreen::Icons::const_iterator it_end = screen.getIconList().end(); + for (; it != it_end; ++it) { + wl[win++] = (*it)->getClientWindow(); + } + //number of windows to show in client list num = win; XChangeProperty(BaseDisplay::getXDisplay(),