--- rxvt-unicode/src/init.C 2006/01/30 19:46:13 1.160 +++ rxvt-unicode/src/init.C 2006/01/31 16:19:16 1.162 @@ -301,7 +301,7 @@ xa = display->xa; -#if ENABLE_FRILLS +#if XFT if (rs[Rs_depth]) set (display, strtol (rs[Rs_depth], 0, 0)); else @@ -705,7 +705,11 @@ #ifdef OFF_FOCUS_FADING if (rs[Rs_fade]) for (i = 0; i < (depth <= 2 ? 2 : NRS_COLORS); i++) - pix_colors_unfocused[i] = pix_colors_focused[i].fade (this, atoi (rs[Rs_fade]), pix_colors[Color_fade]); + { + rxvt_rgba c; + pix_colors[Color_fade].get (this, c); + pix_colors_unfocused[i] = pix_colors_focused[i].fade (this, atoi (rs[Rs_fade]), c); + } #endif if (depth <= 2)