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.128 by root, Wed Jan 23 05:14:11 2008 UTC vs.
Revision 1.129 by root, Wed Jan 23 05:18:43 2008 UTC

1388 1388
1389 gcv.fill_style = FillSolid; 1389 gcv.fill_style = FillSolid;
1390 XChangeGC (disp, gc, GCFillStyle, &gcv); 1390 XChangeGC (disp, gc, GCFillStyle, &gcv);
1391 } 1391 }
1392 1392
1393 if (bg >= 0)
1394 {
1395 Picture solid_color_pict = XftDrawSrcPicture (d2, &term->pix_colors[bg].c); 1393 Picture solid_color_pict = XftDrawSrcPicture (d2, &term->pix_colors[bg].c);
1396 XRenderComposite (disp, PictOpOver, solid_color_pict, None, dst, 0, 0, 0, 0, 0, 0, w, h); 1394 XRenderComposite (disp, PictOpOver, solid_color_pict, None, dst, 0, 0, 0, 0, 0, 0, w, h);
1397 }
1398 1395
1399 back_rendered = true; 1396 back_rendered = true;
1400 } 1397 }
1401 } 1398 }
1402#endif 1399#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines