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.107 by ayin, Sat Feb 17 16:19:09 2007 UTC vs.
Revision 1.108 by root, Tue Jun 26 00:40:19 2007 UTC

1274 int w = term->fwidth * len; 1274 int w = term->fwidth * len;
1275 int h = term->fheight; 1275 int h = term->fheight;
1276 1276
1277 bool buffered = bg >= 0 // we don't use a transparent bg 1277 bool buffered = bg >= 0 // we don't use a transparent bg
1278#ifndef FORCE_UNBUFFERED_XFT 1278#ifndef FORCE_UNBUFFERED_XFT
1279# ifdef TRANSPARENT 1279# ifdef ENABLE_TRANSPARENCY
1280 || !term->am_transparent // we aren't transparent 1280 || !term->am_transparent // we aren't transparent
1281# endif 1281# endif
1282#endif 1282#endif
1283 ; 1283 ;
1284 1284
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#ifdef TRANSPARENT 1326#ifdef ENABLE_TRANSPARENCY
1327 else if (bg < 0 && term->am_pixmap_trans) 1327 else if (bg < 0 && term->am_pixmap_trans)
1328 XCopyArea (disp, term->pixmap, d2, gc, 1328 XCopyArea (disp, term->pixmap, d2, gc,
1329 x + term->window_vt_x, y + term->window_vt_y, 1329 x + term->window_vt_x, y + term->window_vt_y,
1330 w, h, 0, 0); 1330 w, h, 0, 0);
1331#endif 1331#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines