--- rxvt-unicode/src/scrollbar-plain.C 2006/02/20 22:40:35 1.20 +++ rxvt-unicode/src/scrollbar-plain.C 2007/12/29 14:25:42 1.22 @@ -43,18 +43,18 @@ pscrollbarGC = XCreateGC (dpy, scrollBar.win, GCForeground, &gcvalue); } - xsb = OPTION (Opt_scrollBar_right) ? 1 : 0; + xsb = option (Opt_scrollBar_right) ? 1 : 0; if (update) { if (last_top < scrollBar.top) XClearArea (dpy, scrollBar.win, - sb_shadow, last_top, + scrollBar.sb_shadow, last_top, sbwidth + 1, scrollBar.top - last_top, False); if (scrollBar.bot < last_bot) XClearArea (dpy, scrollBar.win, - sb_shadow, scrollBar.bot, + scrollBar.sb_shadow, scrollBar.bot, sbwidth + 1, last_bot - scrollBar.bot, False); } else