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.198 by root, Thu Jun 14 18:59:39 2012 UTC vs.
Revision 1.199 by root, Thu Jun 14 19:31:17 2012 UTC

2155 PUSHs (sv_2mortal (newSViv (border ? THIS->vt_height : THIS->szHint.height))); 2155 PUSHs (sv_2mortal (newSViv (border ? THIS->vt_height : THIS->szHint.height)));
2156 2156
2157#if HAVE_IMG 2157#if HAVE_IMG
2158 2158
2159rxvt_img * 2159rxvt_img *
2160rxvt_term::new_img (SV *format, int x = 0, int y = 0, int width = 1, int height = 1) 2160rxvt_term::new_img (SV *format = &PL_sv_undef, int x = 0, int y = 0, int width = 1, int height = 1)
2161 CODE: 2161 CODE:
2162 XRenderPictFormat *f = SvOK (format) 2162 XRenderPictFormat *f = SvOK (format)
2163 ? XRenderFindStandardFormat (THIS->dpy, SvIV (format)) 2163 ? XRenderFindStandardFormat (THIS->dpy, SvIV (format))
2164 : XRenderFindVisualFormat (THIS->dpy, THIS->visual); 2164 : XRenderFindVisualFormat (THIS->dpy, THIS->visual);
2165 RETVAL = new rxvt_img (THIS, f, x, y, width, height); 2165 RETVAL = new rxvt_img (THIS, f, x, y, width, height);
2345void 2345void
2346rxvt_img::brightness (rxvt_img::nv r, rxvt_img::nv g, rxvt_img::nv b, rxvt_img::nv a = 1.) 2346rxvt_img::brightness (rxvt_img::nv r, rxvt_img::nv g, rxvt_img::nv b, rxvt_img::nv a = 1.)
2347 2347
2348void 2348void
2349rxvt_img::contrast (rxvt_img::nv r, rxvt_img::nv g, rxvt_img::nv b, rxvt_img::nv a = 1.) 2349rxvt_img::contrast (rxvt_img::nv r, rxvt_img::nv g, rxvt_img::nv b, rxvt_img::nv a = 1.)
2350
2351void
2352rxvt_img::draw (rxvt_img *img, int op = PictOpOver, rxvt_img::nv mask = 1.);
2350 2353
2351rxvt_img * 2354rxvt_img *
2352rxvt_img::clone () 2355rxvt_img::clone ()
2353 2356
2354rxvt_img * 2357rxvt_img *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines