--- rxvt-unicode/src/scrollbar-plain.C 2006/02/02 18:04:46 1.19 +++ rxvt-unicode/src/scrollbar-plain.C 2008/02/17 19:07:00 1.24 @@ -4,7 +4,7 @@ * * Copyright (c) 1997,1998 mj olesen * Copyright (c) 1999-2001 Geoff Wing - * Copyright (c) 2004 Marc Lehmann + * Copyright (c) 2004-2006 Marc Lehmann * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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, + 0, last_top, sbwidth + 1, scrollBar.top - last_top, False); if (scrollBar.bot < last_bot) XClearArea (dpy, scrollBar.win, - sb_shadow, scrollBar.bot, + 0, scrollBar.bot, sbwidth + 1, last_bot - scrollBar.bot, False); } else