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.175 by sf-exg, Thu Jan 27 17:37:19 2011 UTC vs.
Revision 1.176 by sf-exg, Fri Jan 28 00:08:58 2011 UTC

1412 && (bg == Color_transparent || bg == Color_bg 1412 && (bg == Color_transparent || bg == Color_bg
1413 || (bg >= 0 && !term->pix_colors[bg].is_opaque () && ((dst = XftDrawPicture (d2)))))) 1413 || (bg >= 0 && !term->pix_colors[bg].is_opaque () && ((dst = XftDrawPicture (d2))))))
1414 { 1414 {
1415 int src_x = x, src_y = y; 1415 int src_x = x, src_y = y;
1416 1416
1417 if (term->bg_flags & rxvt_term::isTransparent) 1417 if (term->bg_flags & rxvt_term::BG_IS_TRANSPARENT)
1418 { 1418 {
1419 src_x += term->window_vt_x; 1419 src_x += term->window_vt_x;
1420 src_y += term->window_vt_y; 1420 src_y += term->window_vt_y;
1421 } 1421 }
1422 1422

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines