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.29 by sf-exg, Thu Sep 1 08:16:07 2011 UTC vs.
Revision 1.30 by sf-exg, Tue Oct 2 10:29:12 2012 UTC

74 void setup (rxvt_term *); 74 void setup (rxvt_term *);
75 void resize (); 75 void resize ();
76 void map (int); 76 void map (int);
77 int show (int); 77 int show (int);
78 void destroy (); 78 void destroy ();
79 int color ();
79 80
80 bool upButton (int y) 81 bool upButton (int y)
81 { 82 {
82 if (style == SB_STYLE_NEXT) 83 if (style == SB_STYLE_NEXT)
83 return y > end && y <= end + width + 1; 84 return y > end && y <= end + width + 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines