]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.c
applied patch from yarin.kaul (issue 52)
[chaz/tint2] / src / systray / systraybar.c
index 5840bef066905d15b63cca4554d2587d9e76de16..232f174b1311124225d0d6e89f5ba678b6c060fd 100644 (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);
This page took 0.022187 seconds and 4 git commands to generate.