X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Fsystray%2Fsystraybar.c;h=f1a69c423d9dd2f02163b8055e382d39f76b48d1;hb=103fc2b078cab5be759798d034deeda681629416;hp=e6ca1661d3b4598314ef5783b8e24789b4c78285;hpb=1ac25b2b66dab98e7c85c4f483d202f95b432828;p=chaz%2Ftint2 diff --git a/src/systray/systraybar.c b/src/systray/systraybar.c index e6ca166..f1a69c4 100644 --- a/src/systray/systraybar.c +++ b/src/systray/systraybar.c @@ -353,7 +353,7 @@ gboolean add_icon(Window id) unsigned long mask = 0; XSetWindowAttributes set_attr; // printf("icon with depth: %d\n", attr.depth); - if (attr.depth != server.depth || systray.alpha != 100 || systray.brightness != 0 || systray.saturation != 0 ) { + if (attr.depth != server.depth ) { set_attr.colormap = attr.colormap; set_attr.background_pixel = 0; set_attr.border_pixel = 0; @@ -546,7 +546,7 @@ void systray_render_icon_now(void* t) imlib_context_set_image(image); imlib_image_set_has_alpha(1); DATA32* data = imlib_image_get_data(); - if (traywin->depth == 24) { + if (traywin->depth == 24 && server.depth != 24) { createHeuristicMask(data, traywin->width, traywin->height); } if (systray.alpha != 100 || systray.brightness != 0 || systray.saturation != 0)