--- rxvt-unicode/src/scrollbar-xterm.C 2007/12/29 14:43:44 1.28 +++ rxvt-unicode/src/scrollbar-xterm.C 2008/02/17 19:07:00 1.29 @@ -65,12 +65,12 @@ { if (last_top < scrollBar.top) XClearArea (dpy, scrollBar.win, - scrollBar.shadow + xsb, last_top, + xsb, last_top, sbwidth, (scrollBar.top - last_top), False); if (scrollBar.bot < last_bot) XClearArea (dpy, scrollBar.win, - scrollBar.shadow + xsb, scrollBar.bot, + xsb, scrollBar.bot, sbwidth, (last_bot - scrollBar.bot), False); } else