--- rxvt-unicode/src/rxvtfont.C 2007/08/28 17:26:52 1.113 +++ rxvt-unicode/src/rxvtfont.C 2007/08/28 17:33:46 1.116 @@ -1328,7 +1328,7 @@ { Picture dst = 0; if (bg >= 0 && term->pix_colors[bg].c.color.alpha < 0x0ff00) - dst = XftDrawPicture(d2); + dst = XftDrawPicture (d2); if (bg < 0 || dst != 0) { @@ -1352,7 +1352,7 @@ GCTile | GCTileStipXOrigin | GCTileStipYOrigin | GCFillStyle, &gcv); - XFillRectangle (disp, d2, gc/*gc2*/, 0, 0, w, h); + XFillRectangle (disp, d2, gc, 0, 0, w, h); gcv.fill_style = FillSolid; XChangeGC (disp, gc, GCFillStyle, &gcv); @@ -1369,7 +1369,7 @@ } #endif - if(bg >= 0 && !back_rendered) + if (bg >= 0 && !back_rendered) XftDrawRect (d2, &term->pix_colors[bg].c, 0, 0, w, h); XftDrawGlyphSpec (d2, &term->pix_colors[fg].c, f, enc, ep - enc);