X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftint2;a=blobdiff_plain;f=src%2Fsystray%2Fsystraybar.c;h=9592fdc9e58c2b416a37e2163e39e323f3d10b78;hp=a8e0fbc042f48c16b03ab1c50a409c0540c10ffc;hb=ac96fe8050ff0f5c4d0cb4b794eeee875e1d4bfd;hpb=e7c43073246afe07cddf67d40d545f2bebcf62a1 diff --git a/src/systray/systraybar.c b/src/systray/systraybar.c index a8e0fbc..9592fdc 100644 --- a/src/systray/systraybar.c +++ b/src/systray/systraybar.c @@ -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;