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.9 by root, Sun Jun 3 20:47:00 2012 UTC vs.
Revision 1.10 by sf-exg, Mon Jun 4 06:59:50 2012 UTC

216} 216}
217 217
218rxvt_img * 218rxvt_img *
219rxvt_img::convert_to (XRenderPictFormat *new_format) 219rxvt_img::convert_to (XRenderPictFormat *new_format)
220{ 220{
221 rxvt_img *img = new rxvt_img (s,new_format,w, h); 221 rxvt_img *img = new rxvt_img (s, new_format, w, h);
222 222
223 Display *dpy = s->display->dpy; 223 Display *dpy = s->display->dpy;
224 Picture src = XRenderCreatePicture (dpy, pm, format, 0, 0); 224 Picture src = XRenderCreatePicture (dpy, pm, format, 0, 0);
225 Picture dst = XRenderCreatePicture (dpy, img->pm, new_format, 0, 0); 225 Picture dst = XRenderCreatePicture (dpy, img->pm, new_format, 0, 0);
226 226

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines