--- rxvt-unicode/src/rxvtfont.C 2008/01/23 05:14:11 1.128 +++ rxvt-unicode/src/rxvtfont.C 2008/01/23 05:18:43 1.129 @@ -1390,11 +1390,8 @@ XChangeGC (disp, gc, GCFillStyle, &gcv); } - if (bg >= 0) - { - Picture solid_color_pict = XftDrawSrcPicture (d2, &term->pix_colors[bg].c); - XRenderComposite (disp, PictOpOver, solid_color_pict, None, dst, 0, 0, 0, 0, 0, 0, w, h); - } + Picture solid_color_pict = XftDrawSrcPicture (d2, &term->pix_colors[bg].c); + XRenderComposite (disp, PictOpOver, solid_color_pict, None, dst, 0, 0, 0, 0, 0, 0, w, h); back_rendered = true; }