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.17 by ayin, Sun Feb 17 12:11:56 2008 UTC vs.
Revision 1.18 by ayin, Mon Feb 18 11:41:40 2008 UTC

64 unsigned char align; 64 unsigned char align;
65 Window win; 65 Window win;
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
70 void update_data ();
69 71
70 bool upButton (int y) 72 bool upButton (int y)
71 { 73 {
72 if (style == R_SB_NEXT) 74 if (style == R_SB_NEXT)
73 return y > end && y <= end + width + 1; 75 return y > end && y <= end + width + 1;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines