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.106 by root, Thu Nov 2 17:23:50 2006 UTC vs.
Revision 1.107 by ayin, Sat Feb 17 16:19:09 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# if defined(XPM_BACKGROUND) || defined(TRANSPARENT) 1279# ifdef TRANSPARENT
1280 || !term->am_transparent // we aren't transparent 1280 || !term->am_transparent // we aren't transparent
1281 || term->am_pixmap_trans // we have a pixmap
1282# endif 1281# endif
1283#endif 1282#endif
1284 ; 1283 ;
1285 1284
1286 // cut trailing spaces 1285 // cut trailing spaces

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines