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.169 by sf-exg, Tue Jun 5 15:18:24 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
2128void 2128void
2129rxvt_img::DESTROY () 2129rxvt_img::DESTROY ()
2130 CODE: 2130 CODE:
2131 delete THIS; 2131 delete THIS;
2132 2132
2133void 2133rxvt_img *
2134rxvt_img::blur (int rh, int rv) 2134rxvt_img::blur (int rh, int rv)
2135 2135
2136void 2136void
2137rxvt_img::brightness (NV r, NV g, NV b, NV a = 1.) 2137rxvt_img::brightness (NV r, NV g, NV b, NV a = 1.)
2138 2138

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines