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.19 by ayin, Tue Feb 19 10:47:03 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 ();
71 void resize ();
72 int map (int);
73 int show (int);
69 74
70 bool upButton (int y) 75 bool upButton (int y)
71 { 76 {
72 if (style == R_SB_NEXT) 77 if (style == R_SB_NEXT)
73 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