all repos — tint2 @ 6f36b405ccb4a9dfa621df0a395593c2971cc54a

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

applied patch from yarin.kaul (issue 52)

git-svn-id: http://tint2.googlecode.com/svn/trunk@78 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
lorthiois@bbsoft.fr lorthiois@bbsoft.fr@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

6f36b405ccb4a9dfa621df0a395593c2971cc54a

parent

466f4fb1db62e890f24eca67ea5681bb84c861ac

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

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

@@ -105,7 +105,7 @@ for (l = systray.list_icons; l ; l = l->next) {

traywin = (TrayWindow*)l->data; // watch for the icon trying to resize itself! - XSelectInput(server.dsp, traywin->id, StructureNotifyMask); + XSelectInput(server.dsp, traywin->id, StructureNotifyMask|ResizeRedirectMask); // position and size the icon window XMoveResizeWindow(server.dsp, traywin->id, traywin->x, traywin->y, icon_size, icon_size);