--- rxvt-unicode/src/main.C 2008/01/27 22:48:33 1.303 +++ rxvt-unicode/src/main.C 2008/02/17 11:37:21 1.305 @@ -599,7 +599,7 @@ if (scrollBar.state) { - sb_w = scrollbar_TotalWidth (); + sb_w = scrollBar.total_width (); szHint.base_width += sb_w; if (!option (Opt_scrollBar_right)) @@ -803,7 +803,6 @@ { #ifdef XTERM_COLOR_CHANGE rxvt_color xcol; - int i; if (color == NULL || *color == '\0') return; @@ -815,7 +814,7 @@ /* handle color aliases */ if (isdigit (*color)) { - i = atoi (color); + int i = atoi (color); if (i >= 8 && i <= 15) { @@ -988,7 +987,7 @@ { XMoveResizeWindow (dpy, scrollBar.win, window_sb_x, 0, - scrollbar_TotalWidth (), szHint.height); + scrollBar.total_width (), szHint.height); resize_scrollbar (); }