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.9 by ayin, Tue Jan 1 21:14:39 2008 UTC vs.
Revision 1.10 by ayin, Fri Jan 4 17:57:28 2008 UTC

19 int last_top; /* scrollbar last top position */ 19 int last_top; /* scrollbar last top position */
20 int last_state; /* scrollbar last state */ 20 int last_state; /* scrollbar last state */
21 int len; 21 int len;
22 unsigned char align; 22 unsigned char align;
23 Window win; 23 Window win;
24 Cursor leftptr_cursor;
24 int (rxvt_term::*update)(int, int, int, int); 25 int (rxvt_term::*update)(int, int, int, int);
25 26
26 void setIdle() { state = 1 ; } 27 void setIdle() { state = 1 ; }
27 void setMotion() { state = 'm'; } 28 void setMotion() { state = 'm'; }
28 void setUp() { state = 'U'; } 29 void setUp() { state = 'U'; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines