--- rxvt-unicode/src/scrollbar-plain.C 2007/12/29 14:25:42 1.22 +++ rxvt-unicode/src/scrollbar-plain.C 2008/02/17 19:07:00 1.24 @@ -49,12 +49,12 @@ { if (last_top < scrollBar.top) XClearArea (dpy, scrollBar.win, - scrollBar.sb_shadow, last_top, + 0, last_top, sbwidth + 1, scrollBar.top - last_top, False); if (scrollBar.bot < last_bot) XClearArea (dpy, scrollBar.win, - scrollBar.sb_shadow, scrollBar.bot, + 0, scrollBar.bot, sbwidth + 1, last_bot - scrollBar.bot, False); } else