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

Comparing rxvt-unicode/src/scrollbar.C (file contents):
Revision 1.76 by sf-exg, Tue Oct 2 10:29:12 2012 UTC vs.
Revision 1.77 by sf-exg, Tue Oct 2 14:47:31 2012 UTC

271#endif 271#endif
272#if defined(RXVT_SCROLLBAR) 272#if defined(RXVT_SCROLLBAR)
273 if (style == SB_STYLE_RXVT) 273 if (style == SB_STYLE_RXVT)
274 { 274 {
275 beg = (width + 1) + shadow; 275 beg = (width + 1) + shadow;
276 end = term->szHint.height - beg - (2 * shadow); 276 end = term->szHint.height - beg;
277 update = &scrollBar_t::show_rxvt; 277 update = &scrollBar_t::show_rxvt;
278 } 278 }
279#endif 279#endif
280} 280}
281 281

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines