1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-05 21:07:52 +00:00

fixed shades and ootlines

git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@48 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
Brenden Matthews 2005-08-03 07:49:06 +00:00
parent 48b5beea80
commit 8f63751e04
2 changed files with 9 additions and 2 deletions

View File

@ -1,8 +1,7 @@
2005-07-02
* dramatically improved how conky handles fonts
* fixed issues with graph args
* shades and outlines don't work properly with graph gradients
(sorry!)
* fixed shades and outlines
2005-07-01
* stabilized code

View File

@ -3009,6 +3009,14 @@ static void draw_line(char *s)
[special_index].height;
}
}
if (draw_mode == BG) {
set_foreground_color(default_bg_color);
}
else if (draw_mode == OUTLINE) {
set_foreground_color(default_out_color);
} else {
set_foreground_color(default_fg_color);
}
break;
case FONT: