--- rxvt-unicode/src/command.C 2006/03/04 22:05:05 1.312 +++ rxvt-unicode/src/command.C 2006/07/05 22:46:14 1.313 @@ -1777,6 +1777,19 @@ } } +void +rxvt_term::update_fade_color (unsigned int idx) +{ +#if OFF_FOCUS_FADING + if (rs[Rs_fade]) + { + rgba c; + pix_colors [Color_fade].get (c); + pix_colors_focused [idx].fade (this, atoi (rs[Rs_fade]), pix_colors_unfocused [idx], c); + } +#endif +} + #if TRANSPARENT void rxvt_term::rootwin_cb (XEvent &ev)