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.33 by root, Fri Jan 6 20:50:58 2006 UTC vs.
Revision 1.34 by root, Fri Jan 6 21:06:09 2006 UTC

485 wchar_t *wstr = va_arg (ap, wchar_t *); 485 wchar_t *wstr = va_arg (ap, wchar_t *);
486 int wlen = va_arg (ap, int); 486 int wlen = va_arg (ap, int);
487 487
488 XPUSHs (sv_2mortal (wcs2sv (wstr, wlen))); 488 XPUSHs (sv_2mortal (wcs2sv (wstr, wlen)));
489 } 489 }
490 break;
490 491
491 case DT_XEVENT: 492 case DT_XEVENT:
492 { 493 {
493 XEvent *xe = va_arg (ap, XEvent *); 494 XEvent *xe = va_arg (ap, XEvent *);
494 HV *hv = newHV (); 495 HV *hv = newHV ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines