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.20 by ayin, Tue Feb 19 13:01:33 2008 UTC vs.
Revision 1.21 by ayin, Tue Feb 19 17:49:16 2008 UTC

58 unsigned int width; /* scrollbar width */ 58 unsigned int width; /* scrollbar width */
59 int shadow; /* scrollbar shadow width */ 59 int shadow; /* scrollbar shadow width */
60 int last_bot; /* scrollbar last bottom position */ 60 int last_bot; /* scrollbar last bottom position */
61 int last_top; /* scrollbar last top position */ 61 int last_top; /* scrollbar last top position */
62 int last_state; /* scrollbar last state */ 62 int last_state; /* scrollbar last state */
63 int len;
64 unsigned char align; 63 unsigned char align;
65 Window win; 64 Window win;
66 Cursor leftptr_cursor; 65 Cursor leftptr_cursor;
67 int (scrollBar_t::*update)(int); 66 int (scrollBar_t::*update)(int);
68 void setup (rxvt_term *); 67 void setup (rxvt_term *);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines