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.98 by root, Mon Feb 20 22:42:00 2006 UTC vs.
Revision 1.99 by root, Sat Mar 4 18:42:15 2006 UTC

1275 1275
1276 int w = term->fwidth * len; 1276 int w = term->fwidth * len;
1277 int h = term->fheight; 1277 int h = term->fheight;
1278 1278
1279 bool buffered = 0 1279 bool buffered = 0
1280#ifndef FORCE_UNBUFFERED_XFT
1280#if defined(XPM_BACKGROUND) || defined(TRANSPARENT) 1281# if defined(XPM_BACKGROUND) || defined(TRANSPARENT)
1281 || !term->am_transparent // we aren't transparent 1282 || !term->am_transparent // we aren't transparent
1282 || term->am_pixmap_trans // we have a pixmap 1283 || term->am_pixmap_trans // we have a pixmap
1283#endif 1284# endif
1284 || bg >= 0; // we don't use a transparent bg 1285 || bg >= 0; // we don't use a transparent bg
1286#endif
1285 1287
1286 // cut trailing spaces 1288 // cut trailing spaces
1287 while (len && text [len - 1] == ' ') 1289 while (len && text [len - 1] == ' ')
1288 len--; 1290 len--;
1289 1291

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines