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:
parent
466f4fb1db
commit
6f36b405cc
2 changed files with 1 additions and 1 deletions
|
@ -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
BIN
src/tint2
Binary file not shown.
Loading…
Reference in a new issue