all repos — tint2 @ 6155ce0f0c3885823a87f1117b187b0c24dc1ad5

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

*fix* reverted Thierry's last change


git-svn-id: http://tint2.googlecode.com/svn/trunk@390 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
Andreas.Fink85 Andreas.Fink85@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

6155ce0f0c3885823a87f1117b187b0c24dc1ad5

parent

3ed9676af716e8011f9a4836ca77c226a2be7335

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M src/systray/systraybar.csrc/systray/systraybar.c

@@ -524,7 +524,7 @@ XRenderPictFormat* f;

if (traywin->depth == 24) f = XRenderFindVisualFormat(server.dsp, DefaultVisual(server.dsp, 0)); else - f = XRenderFindVisualFormat(server.dsp, server.visual); + f = XRenderFindStandardFormat(server.dsp, PictStandardARGB32); Picture pict_image = XRenderCreatePicture(server.dsp, traywin->tray_id, f, 0, 0); Picture pict_drawable = XRenderCreatePicture(server.dsp, tmp_pmap, XRenderFindVisualFormat(server.dsp, server.visual), 0, 0); XRenderComposite(server.dsp, PictOpSrc, pict_image, None, pict_drawable, 0, 0, 0, 0, 0, 0, traywin->width, traywin->height);

@@ -540,7 +540,7 @@

imlib_context_set_image(image); imlib_image_set_has_alpha(1); DATA32* data = imlib_image_get_data(); - if (traywin->depth == 24 && server.depth != 24) { + if (traywin->depth == 24) { createHeuristicMask(data, traywin->width, traywin->height); } if (systray.alpha != 100 || systray.brightness != 0 || systray.saturation != 0)