--- rxvt-unicode/src/main.C 2007/09/12 21:06:08 1.250 +++ rxvt-unicode/src/main.C 2007/10/08 07:05:23 1.252 @@ -944,10 +944,10 @@ #endif } -#ifdef XTERM_COLOR_CHANGE void rxvt_term::set_window_color (int idx, const char *color) { +#ifdef XTERM_COLOR_CHANGE rxvt_color xcol; int i; @@ -994,11 +994,8 @@ update_fade_color (idx); recolour_cursor (); scr_recolour (); -} - -#else -# define set_window_color (idx,color) ((void)0) #endif /* XTERM_COLOR_CHANGE */ +} void rxvt_term::recolour_cursor () @@ -1735,11 +1732,11 @@ int rxvt_term::update_background () { - bgPixmap.invalidate(); + bgPixmap.invalidate (); /* no chance of real time refresh if we are blurring ! */ if (bgPixmap.invalid_since + 0.5 < NOW && !(bgPixmap.flags & bgPixmap_t::blurNeeded)) - bgPixmap.render(); + bgPixmap.render (); else { update_background_ev.stop ();