ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/scrollbar.C
(Generate patch)

Comparing rxvt-unicode/src/scrollbar.C (file contents):
Revision 1.30 by root, Sun Jan 15 06:02:41 2006 UTC vs.
Revision 1.31 by root, Mon Jan 16 15:00:20 2006 UTC

148{ 148{
149 int ret = 0; 149 int ret = 0;
150#ifdef HAVE_SCROLLBARS 150#ifdef HAVE_SCROLLBARS
151 int top, bot, len, adj; 151 int top, bot, len, adj;
152 152
153 if (!scrollbar_visible ()) 153 if (!scrollBar.state)
154 return 0; 154 return 0;
155 155
156 if (update) 156 if (update)
157 { 157 {
158 top = view_start - top_row; 158 top = view_start - top_row;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines