all repos — tint2 @ 527d603e98773c6a41a6fbea37e1da1c93549b3b

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

improve systray drawing when screen depth = 24

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

527d603e98773c6a41a6fbea37e1da1c93549b3b

parent

4b321deded28b5eb03b3228dcf7a395415de4367

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

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

@@ -521,7 +521,7 @@

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)