applied patch from yarin.kaul (issue 52)

git-svn-id: http://tint2.googlecode.com/svn/trunk@78 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr 2009-05-20 11:57:37 +00:00
parent 466f4fb1db
commit 6f36b405cc
2 changed files with 1 additions and 1 deletions

View file

@ -105,7 +105,7 @@ void draw_systray(void *obj, cairo_t *c, int active)
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);

BIN
src/tint2

Binary file not shown.