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.62 by ayin, Tue Feb 19 17:49:16 2008 UTC vs.
Revision 1.63 by sf-exg, Tue Mar 30 10:31:07 2010 UTC

192 192
193 if (style != R_SB_NEXT) /* dishonour request - for now */ 193 if (style != R_SB_NEXT) /* dishonour request - for now */
194 if (thickness && (i = atoi (thickness)) >= SB_WIDTH_MINIMUM) 194 if (thickness && (i = atoi (thickness)) >= SB_WIDTH_MINIMUM)
195 width = min (i, SB_WIDTH_MAXIMUM); 195 width = min (i, SB_WIDTH_MAXIMUM);
196 196
197# ifdef RXVT_SCROLLBAR
198 if (! term->option (Opt_scrollBar_floating) && style == R_SB_RXVT)
199 shadow = SHADOW_WIDTH;
200# endif
201
202 this->style = style; 197 this->style = style;
203 this->width = width; 198 this->width = width;
204 199
205 /* align = R_SB_ALIGN_CENTRE; */ 200 /* align = R_SB_ALIGN_CENTRE; */
206 if (scrollalign) 201 if (scrollalign)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines