]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.c
order of panel items : partial implementation. expect crash/instability
[chaz/tint2] / src / systray / systraybar.c
index a8e0fbc042f48c16b03ab1c50a409c0540c10ffc..9592fdc9e58c2b416a37e2163e39e323f3d10b78 100644 (file)
@@ -375,7 +375,7 @@ gboolean add_icon(Window id)
        XSetWindowAttributes set_attr;
        Visual* visual = server.visual;
        //printf("icon with depth: %d, width %d, height %d\n", attr.depth, attr.width, attr.height);
-       printf("icon with depth: %d\n", attr.depth);
+       //printf("icon with depth: %d\n", attr.depth);
        if (attr.depth != server.depth || systray.alpha != 100 || systray.brightness != 0 || systray.saturation != 0) {
                visual = attr.visual;
                set_attr.colormap = attr.colormap;
This page took 0.017179 seconds and 4 git commands to generate.