--- rxvt-unicode/src/scrollbar.C 2012/10/02 14:47:31 1.77 +++ rxvt-unicode/src/scrollbar.C 2012/10/14 12:31:59 1.78 @@ -236,9 +236,11 @@ int scrollBar_t::color () { +#ifdef RXVT_SCROLLBAR if (style == SB_STYLE_RXVT && shadow) return Color_trough; else +#endif return Color_border; }