--- rxvt-unicode/src/rxvtperl.h 2006/01/12 01:38:37 1.17 +++ rxvt-unicode/src/rxvtperl.h 2006/01/13 04:59:04 1.18 @@ -6,7 +6,7 @@ #define RXVTPERL_H_ #if ENABLE_PERL -# define SHOULD_INVOKE(htype) rxvt_perl.should_invoke [htype] +# define SHOULD_INVOKE(htype) perl.should_invoke [htype] # define HOOK_INVOKE(args) rxvt_perl.invoke args #include "rxvt.h" @@ -32,6 +32,7 @@ { void *self; unsigned long grabtime; + uint8_t should_invoke[HOOK_NUM]; }; struct rxvt_perl_interp @@ -40,8 +41,6 @@ ~rxvt_perl_interp (); - bool should_invoke[HOOK_NUM]; - void init (); bool invoke (rxvt_term *term, hook_type htype, ...); void line_update (rxvt_term *term);