1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-15 09:44:04 +00:00

Fix shades, this time for real

This commit is contained in:
Pavel Labath 2012-06-27 22:35:54 +02:00
parent 818df1078c
commit 2011665234

View File

@ -3215,7 +3215,7 @@ int draw_each_line_inner(char *s, int special_index, int last_special_applied)
case GOTO: case GOTO:
if (specials[special_index].arg >= 0) { if (specials[special_index].arg >= 0) {
cur_x = (int) specials[special_index].arg; cur_x = (int) specials[special_index].arg;
#ifdef BUILD_X11 #ifdef X11
//make sure shades are 1 pixel to the right of the text //make sure shades are 1 pixel to the right of the text
if(draw_mode == BG) cur_x++; if(draw_mode == BG) cur_x++;
#endif #endif