--- rxvt-unicode/src/rxvt.h 2006/01/08 01:02:15 1.191 +++ rxvt-unicode/src/rxvt.h 2006/01/10 18:09:22 1.194 @@ -841,7 +841,7 @@ #define SET_LOCALE(locale) rxvt_set_locale (locale) extern bool rxvt_set_locale (const char *locale); -extern bool rxvt_push_locale (const char *locale); +extern void rxvt_push_locale (const char *locale); extern void rxvt_pop_locale (); /****************************************************************************/ @@ -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);