X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fsystray%2Fsystraybar.c;h=4b1ac2033080fd85c2ab0a0f3143dbf7d5fcb9d7;hb=ef9c33a6a77e304bceaa00b146869bf3747aaa57;hp=ef1578fcf2791514fc868e474e2c87640ddfe5c6;hpb=5679142e44a103a6fe1e62365fe991d273e41049;p=chaz%2Ftint2 diff --git a/src/systray/systraybar.c b/src/systray/systraybar.c index ef1578f..4b1ac20 100644 --- a/src/systray/systraybar.c +++ b/src/systray/systraybar.c @@ -111,6 +111,7 @@ void draw_systray(void *obj, cairo_t *c, int active) XMoveResizeWindow(server.dsp, traywin->id, traywin->x, traywin->y, icon_size, icon_size); // ceci intervertie les fonds : le premier icone prend le fond du dernier // le dernier prend le fond de l'avant dernier, ... + XSetWindowBackgroundPixmap (server.dsp, panel->main_win, systray.area.pix.pmap); // resize our window so that the new window can fit in it //fix_geometry(); @@ -124,7 +125,6 @@ void draw_systray(void *obj, cairo_t *c, int active) // show the window XMapRaised(server.dsp, traywin->id); } - XSetWindowBackgroundPixmap (server.dsp, panel->main_win, systray.area.pix.pmap); }