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.241 by root, Thu Jul 13 10:31:27 2017 UTC vs.
Revision 1.242 by sf-exg, Sat Jul 15 08:16:31 2017 UTC

2422 2422
2423void 2423void
2424rxvt_img::fill (SV *c, int x = 0, int y = 0, int w = THIS->w, int h = THIS->h) 2424rxvt_img::fill (SV *c, int x = 0, int y = 0, int w = THIS->w, int h = THIS->h)
2425 PROTOTYPE: $;$$$$ 2425 PROTOTYPE: $;$$$$
2426 INIT: 2426 INIT:
2427 rgba cc = parse_rgba (c, THIS->s); 2427 rxvt_screen screen;
2428 screen.set (THIS->d);
2429 rgba cc = parse_rgba (c, &screen);
2428 C_ARGS: cc, x, y, w, h 2430 C_ARGS: cc, x, y, w, h
2429 2431
2430void 2432void
2431rxvt_img::DESTROY () 2433rxvt_img::DESTROY ()
2432 CODE: 2434 CODE:
2490rxvt_img::rotate (int x, int y, rxvt_img::nv phi) 2492rxvt_img::rotate (int x, int y, rxvt_img::nv phi)
2491 2493
2492rxvt_img * 2494rxvt_img *
2493rxvt_img::tint (SV *c) 2495rxvt_img::tint (SV *c)
2494 INIT: 2496 INIT:
2495 rgba cc = parse_rgba (c, THIS->s); 2497 rxvt_screen screen;
2498 screen.set (THIS->d);
2499 rgba cc = parse_rgba (c, &screen);
2496 C_ARGS: cc 2500 C_ARGS: cc
2497 2501
2498rxvt_img * 2502rxvt_img *
2499rxvt_img::shade (rxvt_img::nv factor) 2503rxvt_img::shade (rxvt_img::nv factor)
2500 2504

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines