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

Comparing rxvt-unicode/src/scrollbar.h (file contents):
Revision 1.28 by sf-exg, Thu Sep 1 08:11:27 2011 UTC vs.
Revision 1.29 by sf-exg, Thu Sep 1 08:16:07 2011 UTC

97 { 97 {
98 return style == SB_STYLE_NEXT ? SB_THUMB_MIN_HEIGHT : 10; 98 return style == SB_STYLE_NEXT ? SB_THUMB_MIN_HEIGHT : 10;
99 } 99 }
100 int size () 100 int size ()
101 { 101 {
102 return max (end - beg - min_height (), 0); 102 return max (end - beg, 0);
103 } 103 }
104 int total_width () 104 int total_width ()
105 { 105 {
106 return width + shadow * 2; 106 return width + shadow * 2;
107 } 107 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines