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.204 by root, Mon Jul 2 02:01:41 2012 UTC vs.
Revision 1.205 by root, Mon Jul 2 03:57:53 2012 UTC

2363 2363
2364rxvt_img * 2364rxvt_img *
2365rxvt_img::blur (int rh, int rv) 2365rxvt_img::blur (int rh, int rv)
2366 2366
2367rxvt_img * 2367rxvt_img *
2368rxvt_img::muladd (rxvt_img::nv mul, rxvt_img::nv add)
2369
2370rxvt_img *
2368rxvt_img::transform (rxvt_img::nv p11, rxvt_img::nv p12, rxvt_img::nv p13, rxvt_img::nv p21, rxvt_img::nv p22, rxvt_img::nv p23, rxvt_img::nv p31, rxvt_img::nv p32, rxvt_img::nv p33) 2371rxvt_img::transform (rxvt_img::nv p11, rxvt_img::nv p12, rxvt_img::nv p13, rxvt_img::nv p21, rxvt_img::nv p22, rxvt_img::nv p23, rxvt_img::nv p31, rxvt_img::nv p32, rxvt_img::nv p33)
2369 INIT: 2372 INIT:
2370 rxvt_img::nv matrix[3][3] = { 2373 rxvt_img::nv matrix[3][3] = {
2371 { p11, p12, p13 }, 2374 { p11, p12, p13 },
2372 { p21, p22, p23 }, 2375 { p21, p22, p23 },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines