ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtimg.C
(Generate patch)

Comparing rxvt-unicode/src/rxvtimg.C (file contents):
Revision 1.37 by root, Thu Jun 7 09:25:23 2012 UTC vs.
Revision 1.38 by sf-exg, Thu Jun 7 09:57:09 2012 UTC

527rxvt_img * 527rxvt_img *
528rxvt_img::blend (rxvt_img *img, double factor) 528rxvt_img::blend (rxvt_img *img, double factor)
529{ 529{
530 rxvt_img *img2 = clone (); 530 rxvt_img *img2 = clone ();
531 Display *dpy = s->display->dpy; 531 Display *dpy = s->display->dpy;
532 Picture src = src_picture (); 532 Picture src = img->src_picture ();
533 Picture dst = XRenderCreatePicture (dpy, img2->pm, img2->format, 0, 0); 533 Picture dst = XRenderCreatePicture (dpy, img2->pm, img2->format, 0, 0);
534 Picture mask = create_xrender_mask (dpy, img->pm, False); 534 Picture mask = create_xrender_mask (dpy, img->pm, False);
535 535
536 XRenderColor mask_c; 536 XRenderColor mask_c;
537 537

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines