]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.c
merge autotool bis
[chaz/tint2] / src / systray / systraybar.c
index 0a728e73c552ea721c14ca80d3ad3f2d7dacbfd8..4b1ac2033080fd85c2ab0a0f3143dbf7d5fcb9d7 100644 (file)
@@ -109,6 +109,8 @@ void draw_systray(void *obj, cairo_t *c, int active)
 
                // position and size the icon window
                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
This page took 0.023387 seconds and 4 git commands to generate.