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.22 by ayin, Tue Feb 19 17:49:36 2008 UTC vs.
Revision 1.23 by root, Wed Nov 5 14:43:54 2008 UTC

44 STATE_MOTION, 44 STATE_MOTION,
45 STATE_UP, 45 STATE_UP,
46 STATE_DOWN, 46 STATE_DOWN,
47}; 47};
48 48
49struct scrollBar_t { 49struct scrollBar_t
50{
50 rxvt_term *term; 51 rxvt_term *term;
51 char state; /* scrollbar state */ 52 char state; /* scrollbar state */
52 char init; /* scrollbar has been initialised */ 53 char init; /* scrollbar has been initialised */
53 unsigned int beg; /* slider sub-window begin height */ 54 unsigned int beg; /* slider sub-window begin height */
54 unsigned int end; /* slider sub-window end height */ 55 unsigned int end; /* slider sub-window end height */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines