--- rxvt-unicode/src/rxvtlib.h.in 2004/04/02 18:00:01 1.20 +++ rxvt-unicode/src/rxvtlib.h.in 2004/07/30 14:59:12 1.24 @@ -197,7 +197,7 @@ #define Opt_scrollTtyKeypress (1UL<<12) #define Opt_transparent (1UL<<13) #define Opt_transparent_all (1UL<<14) -#define Opt_15 (1UL<<15) // UNALLOCATED +#define Opt_realBold (1UL<<15) #define Opt_tripleclickwords (1UL<<16) #define Opt_scrollWithBuffer (1UL<<17) #define Opt_jumpScroll (1UL<<18) @@ -252,6 +252,10 @@ XSizeHints szHint; rxvt_display *display; rxvt_color *PixColors; + rxvt_color *PixColorsFocused; +#ifdef OFF_FOCUS_FADING + rxvt_color *PixColorsUnFocused; +#endif short numPixColors; Cursor TermWin_cursor; /* cursor for vt window */ int sb_shadow; /* scrollbar shadow width */