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.31 by root, Mon Jan 16 15:00:20 2006 UTC vs.
Revision 1.32 by root, Mon Jan 16 15:12:48 2006 UTC

229 229
230 if (style != R_SB_NEXT) /* dishonour request - for now */ 230 if (style != R_SB_NEXT) /* dishonour request - for now */
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# ifdef 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 = MENU_SHADOW; 236 sb_shadow = 2;
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