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.109 by sasha, Fri Aug 3 05:33:04 2007 UTC vs.
Revision 1.110 by sasha, Fri Aug 3 22:40:10 2007 UTC

1321 { 1321 {
1322 rxvt_drawable &d2 = d.screen->scratch_drawable (w, h); 1322 rxvt_drawable &d2 = d.screen->scratch_drawable (w, h);
1323 1323
1324 if (0) 1324 if (0)
1325 ; 1325 ;
1326#if defined(ENABLE_TRANSPARENCY) || defined(XPM_BACKGROUND) 1326#ifdef HAVE_BG_PIXMAP
1327 else if (bg < 0 && term->bgPixmap.pixmap) 1327 else if (bg < 0 && term->bgPixmap.pixmap)
1328 { 1328 {
1329 if (term->bgPixmap.pmap_width >= x + term->window_vt_x+w 1329 if (term->bgPixmap.pmap_width >= x + term->window_vt_x+w
1330 && term->bgPixmap.pmap_height >= y + term->window_vt_y+h) 1330 && term->bgPixmap.pmap_height >= y + term->window_vt_y+h)
1331 { 1331 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines