improve systray drawing when screen depth = 24
git-svn-id: http://tint2.googlecode.com/svn/trunk@387 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
4b321deded
commit
527d603e98
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,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)
|
||||
|
|
Loading…
Reference in a new issue