all repos — tint2 @ 2977d9379d908297314ed0f5cd09a608016abc7b

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

cleanup comment

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

2977d9379d908297314ed0f5cd09a608016abc7b

parent

de5fab0830dd7eacf6352f46ab3bc69acb560ef1

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

jump to
M src/systray/systraybar.csrc/systray/systraybar.c

@@ -345,17 +345,7 @@ int hide = 0;

error = FALSE; XWindowAttributes attr; -/* GSList *l; - printf("add_icon\n"); - for (l = systray.list_icons; l ; l = l->next) { - traywin = (TrayWindow*)l->data; - //if (traywin->hide) continue; - - XGetWindowAttributes(server.dsp, traywin->tray_id, &attr); - printf(" icon %lx, depth %d, width %d, height %d\n", traywin->tray_id, attr.depth, attr.width, attr.height); - }*/ XGetWindowAttributes(server.dsp, id, &attr); - //printf("last icon %lx, depth %d, width %d, height %d\n", id, attr.depth, attr.width, attr.height); unsigned long mask = 0; XSetWindowAttributes set_attr; if (attr.depth != server.depth || systray.alpha != 100 || systray.brightness != 0 || systray.saturation != 0 ) {