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

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