all repos — tint2 @ 570cf17f4e4eeff9b043c04e8ef5df4115c7b42d

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

panel_items : fixed SINGLE_DESKTOP mode

git-svn-id: http://tint2.googlecode.com/svn/trunk@556 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
thilor77 thilor77@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

570cf17f4e4eeff9b043c04e8ef5df4115c7b42d

parent

e022ddda6c5bf10ab45579f7ac5b45c9c41a59cb

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

jump to
M src/util/area.csrc/util/area.c

@@ -133,6 +133,7 @@ pos += a->paddingxlr + a->bg->border.width;

int i=0; for (l = a->list; l ; l = l->next) { Area *child = ((Area*)l->data); + if (!child->on_screen) continue; i++; if (panel_horizontal) {