--- rxvt-unicode/src/rxvtfont.C 2008/01/23 06:00:53 1.131 +++ rxvt-unicode/src/rxvtfont.C 2008/01/23 06:05:54 1.132 @@ -1353,6 +1353,8 @@ Picture dst = 0; if (bg >= 0 && term->pix_colors[bg].is_opaque ()) + XftDrawRect (d2, &term->pix_colors[bg].c, 0, 0, w, h); + else dst = XftDrawPicture (d2); if (dst)