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.210 by sf-exg, Sun Dec 30 11:37:07 2012 UTC vs.
Revision 1.212 by sf-exg, Sat Jan 19 10:04:34 2013 UTC

2208void 2208void
2209rxvt_term::set_background (rxvt_img *img, bool border = false) 2209rxvt_term::set_background (rxvt_img *img, bool border = false)
2210 CODE: 2210 CODE:
2211 delete THIS->bg_img; 2211 delete THIS->bg_img;
2212 THIS->bg_img = 0; 2212 THIS->bg_img = 0;
2213 THIS->bg_flags &= ~(rxvt_term::BG_NEEDS_REFRESH | rxvt_term::BG_INHIBIT_RENDER | rxvt_term::BG_IS_TRANSPARENT); 2213 THIS->bg_flags = 0;
2214 2214
2215 if (img) // TODO: cannot be false 2215 if (img) // TODO: cannot be false
2216 { 2216 {
2217 img = img->clone (); // own the img 2217 img = img->clone (); // own the img
2218 2218
2387 INIT: 2387 INIT:
2388 rgba cc = parse_rgba (c, THIS->s); 2388 rgba cc = parse_rgba (c, THIS->s);
2389 C_ARGS: cc 2389 C_ARGS: cc
2390 2390
2391rxvt_img * 2391rxvt_img *
2392rxvt_img::shade (rxvt_img::nv factor)
2393
2394rxvt_img *
2392rxvt_img::filter (octet_string name, SV *params = &PL_sv_undef) 2395rxvt_img::filter (octet_string name, SV *params = &PL_sv_undef)
2393 CODE: 2396 CODE:
2394 rxvt_img::nv *vparams = 0; 2397 rxvt_img::nv *vparams = 0;
2395 int nparams = 0; 2398 int nparams = 0;
2396 2399

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines