--- rxvt-unicode/src/rxvt.h 2006/01/08 01:02:15 1.191 +++ rxvt-unicode/src/rxvt.h 2006/01/09 23:00:07 1.193 @@ -979,6 +979,9 @@ #if ENABLE_PERL rxvt_perl_term perl; #endif +#if USE_XGETDEFAULT + XrmDatabase xrmdatabase; +#endif struct mbstate mbstate; // current input multibyte state @@ -1513,6 +1516,8 @@ int scr_changeview (unsigned int oldviewstart); void scr_bell (); void scr_printscreen (int fullhist); + void scr_xor_rect (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle1, rend_t rstyle2); + void scr_xor_span (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle); void scr_reverse_selection (); void scr_dump (int fd); void selection_check (int check_more);