ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtfont.C
(Generate patch)

Comparing rxvt-unicode/src/rxvtfont.C (file contents):
Revision 1.142 by root, Wed Jan 23 14:54:52 2008 UTC vs.
Revision 1.143 by root, Wed Jan 23 15:00:21 2008 UTC

1393 XRenderComposite (disp, PictOpOver, solid_color_pict, None, dst, 0, 0, 0, 0, 0, 0, w, h); 1393 XRenderComposite (disp, PictOpOver, solid_color_pict, None, dst, 0, 0, 0, 0, 0, 0, w, h);
1394 } 1394 }
1395 } 1395 }
1396 else 1396 else
1397#endif 1397#endif
1398 clear_rect (d2, 0, 0, w, h, bg); 1398 XftDrawRect (d2, &term->pix_colors[bg >= 0 ? bg : Color_bg].c, 0, 0, w, h);
1399 1399
1400 XftDrawGlyphSpec (d2, &term->pix_colors[fg].c, f, enc, ep - enc); 1400 XftDrawGlyphSpec (d2, &term->pix_colors[fg].c, f, enc, ep - enc);
1401 XCopyArea (disp, d2, d, gc, 0, 0, w, h, x, y); 1401 XCopyArea (disp, d2, d, gc, 0, 0, w, h, x, y);
1402 } 1402 }
1403 else 1403 else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines