--- rxvt-unicode/src/rxvtperl.xs 2006/01/13 15:45:44 1.65 +++ rxvt-unicode/src/rxvtperl.xs 2006/01/14 09:28:57 1.66 @@ -52,7 +52,7 @@ #undef ROW #define ROW(n) THIS->row_buf [LINENO (n)] -#define ENABLE_PERL_FRILLS 0 +#define ENABLE_PERL_FRILLS 1 ///////////////////////////////////////////////////////////////////////////// @@ -970,7 +970,17 @@ void rxvt_term::XReparentWindow (U32 window, U32 parent, int x = 0, int y = 0) CODE: - XReparentWindow (THIS->display->display, window, parent, x, y); + XReparentWindow (THIS->display->display, (Window)window, (Window)parent, x, y); + +void +rxvt_term::XMapWindow (U32 window) + CODE: + XMapWindow (THIS->display->display, (Window)window); + +void +rxvt_term::XUnmapWindow (U32 window) + CODE: + XUnmapWindow (THIS->display->display, (Window)window); #endif