ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtlib.h.in
(Generate patch)

Comparing rxvt-unicode/src/rxvtlib.h.in (file contents):
Revision 1.9 by pcg, Sat Jan 31 00:20:21 2004 UTC vs.
Revision 1.10 by pcg, Sat Jan 31 02:14:58 2004 UTC

247 short top; /* slider top position */ 247 short top; /* slider top position */
248 short bot; /* slider bottom position */ 248 short bot; /* slider bottom position */
249 short style; /* style: rxvt, xterm, next */ 249 short style; /* style: rxvt, xterm, next */
250 short width; /* scrollbar width */ 250 short width; /* scrollbar width */
251 Window win; 251 Window win;
252 //int (*update)(int, int, int, int); 252 int (rxvt_term::*update)(int, int, int, int);
253 253
254 void setIdle() { state = 1 ; } 254 void setIdle() { state = 1 ; }
255 void setMotion() { state = 'm'; } 255 void setMotion() { state = 'm'; }
256 void setUp() { state = 'U'; } 256 void setUp() { state = 'U'; }
257 void setDn() { state = 'D'; } 257 void setDn() { state = 'D'; }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines