--- rxvt-unicode/src/scrollbar-rxvt.C 2006/02/20 22:42:01 1.29 +++ rxvt-unicode/src/scrollbar-rxvt.C 2007/12/29 14:43:44 1.33 @@ -149,7 +149,7 @@ int rxvt_term::scrollbar_show_rxvt (int update, int last_top, int last_bot, int scrollbar_len) { - int sbshadow = sb_shadow; + int sbshadow = scrollBar.shadow; int sbwidth = (int)scrollBar.width; if ((scrollBar.init & R_SB_RXVT) == 0) @@ -187,7 +187,7 @@ { int xofs; - if (OPTION (Opt_scrollBar_right)) + if (option (Opt_scrollBar_right)) xofs = 0; else xofs = sbshadow ? sbwidth : sbwidth - 1; @@ -214,6 +214,6 @@ return 1; } -#endif /* RXVT_SCROLLBAR */ +#endif /* RXVT_SCROLLBAR */ /*----------------------- end-of-file (C source) -----------------------*/