--- rxvt-unicode/src/command.C 2007/12/28 11:02:31 1.386 +++ rxvt-unicode/src/command.C 2007/12/30 23:45:42 1.387 @@ -2009,7 +2009,7 @@ switch (ev.button) { case Button2: - switch (scrollbar_align) + switch (scrollBar.align) { case R_SB_ALIGN_TOP: csrO = 0; @@ -2031,7 +2031,7 @@ break; case Button1: - if (scrollbar_align == R_SB_ALIGN_CENTRE) + if (scrollBar.align == R_SB_ALIGN_CENTRE) csrO = ev.y - scrollBar.top; /* FALLTHROUGH */