--- rxvt-unicode/src/rxvtperl.xs 2012/06/29 13:41:43 1.201 +++ rxvt-unicode/src/rxvtperl.xs 2012/07/02 01:35:37 1.203 @@ -1456,6 +1456,13 @@ OUTPUT: RETVAL +Window +rxvt_term::vt () + CODE: + RETVAL = THIS->vt; + OUTPUT: + RETVAL + void rxvt_term::vt_emask_add (U32 emask) CODE: @@ -2372,7 +2379,7 @@ rxvt_img * rxvt_img::rotate (int x, int y, rxvt_img::nv phi) -void +rxvt_img * rxvt_img::tint (SV *c) INIT: rgba cc = parse_rgba (c, THIS->s);