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.6 by ayin, Sun Dec 30 23:45:42 2007 UTC vs.
Revision 1.7 by ayin, Mon Dec 31 01:05:51 2007 UTC

13 unsigned int top; /* slider top position */ 13 unsigned int top; /* slider top position */
14 unsigned int bot; /* slider bottom position */ 14 unsigned int bot; /* slider bottom position */
15 unsigned int style; /* style: rxvt, xterm, next */ 15 unsigned int style; /* style: rxvt, xterm, next */
16 unsigned int width; /* scrollbar width */ 16 unsigned int width; /* scrollbar width */
17 int shadow; /* scrollbar shadow width */ 17 int shadow; /* scrollbar shadow width */
18 int last_bot; /* scrollbar last bottom position */
19 int last_top; /* scrollbar last top position */
20 int last_state; /* scrollbar last state */
18 unsigned char align; 21 unsigned char align;
19 Window win; 22 Window win;
20 int (rxvt_term::*update)(int, int, int, int); 23 int (rxvt_term::*update)(int, int, int, int);
21 24
22 void setIdle() { state = 1 ; } 25 void setIdle() { state = 1 ; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines