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.65 by root, Fri Jan 13 15:45:44 2006 UTC vs.
Revision 1.66 by root, Sat Jan 14 09:28:57 2006 UTC

50#undef LINENO 50#undef LINENO
51#define LINENO(n) MOD (THIS->term_start + int(n), THIS->total_rows) 51#define LINENO(n) MOD (THIS->term_start + int(n), THIS->total_rows)
52#undef ROW 52#undef ROW
53#define ROW(n) THIS->row_buf [LINENO (n)] 53#define ROW(n) THIS->row_buf [LINENO (n)]
54 54
55#define ENABLE_PERL_FRILLS 0 55#define ENABLE_PERL_FRILLS 1
56 56
57///////////////////////////////////////////////////////////////////////////// 57/////////////////////////////////////////////////////////////////////////////
58 58
59static SV * 59static SV *
60taint (SV *sv) 60taint (SV *sv)
968 RETVAL 968 RETVAL
969 969
970void 970void
971rxvt_term::XReparentWindow (U32 window, U32 parent, int x = 0, int y = 0) 971rxvt_term::XReparentWindow (U32 window, U32 parent, int x = 0, int y = 0)
972 CODE: 972 CODE:
973 XReparentWindow (THIS->display->display, window, parent, x, y); 973 XReparentWindow (THIS->display->display, (Window)window, (Window)parent, x, y);
974
975void
976rxvt_term::XMapWindow (U32 window)
977 CODE:
978 XMapWindow (THIS->display->display, (Window)window);
979
980void
981rxvt_term::XUnmapWindow (U32 window)
982 CODE:
983 XUnmapWindow (THIS->display->display, (Window)window);
974 984
975#endif 985#endif
976 986
977void 987void
978rxvt_term::set_should_invoke (int htype, int inc) 988rxvt_term::set_should_invoke (int htype, int inc)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines