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.138 by root, Mon Feb 21 08:10:10 2011 UTC vs.
Revision 1.140 by sf-exg, Thu Apr 7 12:19:41 2011 UTC

871 for (rxvt_term **t = rxvt_term::termlist.begin (); t < rxvt_term::termlist.end (); t++) 871 for (rxvt_term **t = rxvt_term::termlist.begin (); t < rxvt_term::termlist.end (); t++)
872 if ((*t)->perl.self) 872 if ((*t)->perl.self)
873 PUSHs (sv_2mortal (newSVterm (*t))); 873 PUSHs (sv_2mortal (newSVterm (*t)));
874} 874}
875 875
876IV
877_new_selection_request (rxvt_term *term, int selnum, Time tm, Window win, Atom prop, SV *cb)
878 CODE:
879 rxvt_selection *req = new rxvt_selection (term->display, selnum, tm, win, prop, term);
880 req->cb_sv = newSVsv (cb);
881 RETVAL = (IV)req;
882 OUTPUT:
883 RETVAL
884
885void
886_delete_selection_request (IV req_)
887 CODE:
888 rxvt_selection *req = (rxvt_selection *)req_;
889 delete req;
890
876MODULE = urxvt PACKAGE = urxvt::term 891MODULE = urxvt PACKAGE = urxvt::term
877 892
878SV * 893SV *
879_new (AV *env, AV *arg) 894_new (AV *env, AV *arg)
880 CODE: 895 CODE:
1187 RETVAL 1202 RETVAL
1188 1203
1189Window 1204Window
1190rxvt_term::parent () 1205rxvt_term::parent ()
1191 CODE: 1206 CODE:
1192 RETVAL = THIS->parent [0]; 1207 RETVAL = THIS->parent;
1193 OUTPUT: 1208 OUTPUT:
1194 RETVAL 1209 RETVAL
1195 1210
1196Window 1211Window
1197rxvt_term::vt () 1212rxvt_term::vt ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines