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.115 by root, Tue Aug 28 17:32:47 2007 UTC vs.
Revision 1.116 by root, Tue Aug 28 17:33:46 2007 UTC

1326#ifdef HAVE_BG_PIXMAP 1326#ifdef HAVE_BG_PIXMAP
1327 if (term->bgPixmap.pixmap) 1327 if (term->bgPixmap.pixmap)
1328 { 1328 {
1329 Picture dst = 0; 1329 Picture dst = 0;
1330 if (bg >= 0 && term->pix_colors[bg].c.color.alpha < 0x0ff00) 1330 if (bg >= 0 && term->pix_colors[bg].c.color.alpha < 0x0ff00)
1331 dst = XftDrawPicture(d2); 1331 dst = XftDrawPicture (d2);
1332 1332
1333 if (bg < 0 || dst != 0) 1333 if (bg < 0 || dst != 0)
1334 { 1334 {
1335 if (term->bgPixmap.pmap_width >= x + term->window_vt_x+w 1335 if (term->bgPixmap.pmap_width >= x + term->window_vt_x+w
1336 && term->bgPixmap.pmap_height >= y + term->window_vt_y+h) 1336 && term->bgPixmap.pmap_height >= y + term->window_vt_y+h)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines