]> Dogcows Code - chaz/tint2/commitdiff
applied patch from yarin.kaul (issue 52)
authorThierry Lorthiois <lorthiois@bbsoft.fr>
Wed, 20 May 2009 11:57:37 +0000 (11:57 +0000)
committerThierry Lorthiois <lorthiois@bbsoft.fr>
Wed, 20 May 2009 11:57:37 +0000 (11:57 +0000)
src/systray/systraybar.c
src/tint2

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);
index 7e1ff5e612ece418d14b88618127b0d9fea561d0..48cba6985422ccc7e638e219fbf3e2ec4c461cca 100755 (executable)
Binary files a/src/tint2 and b/src/tint2 differ
This page took 0.030094 seconds and 4 git commands to generate.