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.18 by ayin, Mon Feb 18 11:41:40 2008 UTC vs.
Revision 1.19 by ayin, Tue Feb 19 10:47:03 2008 UTC

66 Cursor leftptr_cursor; 66 Cursor leftptr_cursor;
67 int (rxvt_term::*update)(int, int, int, int); 67 int (rxvt_term::*update)(int, int, int, int);
68 void setup (rxvt_term *); 68 void setup (rxvt_term *);
69 // update style dependent data 69 // update style dependent data
70 void update_data (); 70 void update_data ();
71 void resize ();
72 int map (int);
73 int show (int);
71 74
72 bool upButton (int y) 75 bool upButton (int y)
73 { 76 {
74 if (style == R_SB_NEXT) 77 if (style == R_SB_NEXT)
75 return y > end && y <= end + width + 1; 78 return y > end && y <= end + width + 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines