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.131 by root, Wed Jan 23 06:00:53 2008 UTC vs.
Revision 1.132 by root, Wed Jan 23 06:05:54 2008 UTC

1351 if (term->bgPixmap.pixmap) 1351 if (term->bgPixmap.pixmap)
1352 { 1352 {
1353 Picture dst = 0; 1353 Picture dst = 0;
1354 1354
1355 if (bg >= 0 && term->pix_colors[bg].is_opaque ()) 1355 if (bg >= 0 && term->pix_colors[bg].is_opaque ())
1356 XftDrawRect (d2, &term->pix_colors[bg].c, 0, 0, w, h);
1357 else
1356 dst = XftDrawPicture (d2); 1358 dst = XftDrawPicture (d2);
1357 1359
1358 if (dst) 1360 if (dst)
1359 { 1361 {
1360 int src_x = x, src_y = y; 1362 int src_x = x, src_y = y;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines