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.28 by root, Sat Dec 31 17:16:17 2005 UTC vs.
Revision 1.29 by root, Tue Jan 3 02:43:33 2006 UTC

231 if (thickness && (i = atoi (thickness)) >= SB_WIDTH_MINIMUM) 231 if (thickness && (i = atoi (thickness)) >= SB_WIDTH_MINIMUM)
232 width = min (i, SB_WIDTH_MAXIMUM); 232 width = min (i, SB_WIDTH_MAXIMUM);
233 233
234# if defined(RXVT_SCROLLBAR) 234# if defined(RXVT_SCROLLBAR)
235 if (! OPTION (Opt_scrollBar_floating) && style == R_SB_RXVT) 235 if (! OPTION (Opt_scrollBar_floating) && style == R_SB_RXVT)
236 sb_shadow = SHADOW; 236 sb_shadow = MENU_SHADOW;
237# endif 237# endif
238 238
239 scrollBar.style = style; 239 scrollBar.style = style;
240 scrollBar.width = width; 240 scrollBar.width = width;
241 241

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines