X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fsystray%2Fsystraybar.c;h=232f174b1311124225d0d6e89f5ba678b6c060fd;hb=c7ebbd05961128543f6666413c8a756d711763ed;hp=5840bef066905d15b63cca4554d2587d9e76de16;hpb=22a37fe89ea5034791b87cf09ed33d0555160451;p=chaz%2Ftint2 diff --git a/src/systray/systraybar.c b/src/systray/systraybar.c index 5840bef..232f174 100644 --- a/src/systray/systraybar.c +++ b/src/systray/systraybar.c @@ -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);