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

Comparing rxvt-unicode/src/rxvtperl.xs (file contents):
Revision 1.167 by root, Tue Jun 5 13:39:26 2012 UTC vs.
Revision 1.168 by sf-exg, Tue Jun 5 15:12:43 2012 UTC

1987 1987
1988rxvt_img * 1988rxvt_img *
1989rxvt_term::new_img (SV *format, int width, int height) 1989rxvt_term::new_img (SV *format, int width, int height)
1990 CODE: 1990 CODE:
1991 XRenderPictFormat *f = SvOK (format) 1991 XRenderPictFormat *f = SvOK (format)
1992 ? XRenderFindVisualFormat (THIS->dpy, THIS->visual)
1993 : XRenderFindStandardFormat (THIS->dpy, SvIV (format)); 1992 ? XRenderFindStandardFormat (THIS->dpy, SvIV (format))
1993 : XRenderFindVisualFormat (THIS->dpy, THIS->visual);
1994 RETVAL = new rxvt_img (THIS, f, width, height); 1994 RETVAL = new rxvt_img (THIS, f, width, height);
1995 OUTPUT: 1995 OUTPUT:
1996 RETVAL 1996 RETVAL
1997 1997
1998#if ENABLE_TRANSPARENCY 1998#if ENABLE_TRANSPARENCY

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines