--- rxvt-unicode/src/scrollbar.h 2007/12/31 01:05:51 1.7 +++ rxvt-unicode/src/scrollbar.h 2008/01/01 21:14:39 1.9 @@ -18,6 +18,7 @@ int last_bot; /* scrollbar last bottom position */ int last_top; /* scrollbar last top position */ int last_state; /* scrollbar last state */ + int len; unsigned char align; Window win; int (rxvt_term::*update)(int, int, int, int); @@ -33,7 +34,6 @@ #define scrollbar_isUp() (scrollBar.state == 'U') #define scrollbar_isDn() (scrollBar.state == 'D') #define scrollbar_isUpDn() (scrollbar_isUp () || scrollbar_isDn ()) -#define isScrollbarWindow(w) (scrollBar.state && (w) == scrollBar.win) #define scrollbarnext_dnval() (scrollBar.end + (scrollBar.width + 1)) #define scrollbarnext_upButton(y) ((y) > scrollBar.end \