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.77 by sf-exg, Tue Oct 2 14:47:31 2012 UTC vs.
Revision 1.78 by sf-exg, Sun Oct 14 12:31:59 2012 UTC

234} 234}
235 235
236int 236int
237scrollBar_t::color () 237scrollBar_t::color ()
238{ 238{
239#ifdef RXVT_SCROLLBAR
239 if (style == SB_STYLE_RXVT && shadow) 240 if (style == SB_STYLE_RXVT && shadow)
240 return Color_trough; 241 return Color_trough;
241 else 242 else
243#endif
242 return Color_border; 244 return Color_border;
243} 245}
244 246
245void 247void
246scrollBar_t::update_data () 248scrollBar_t::update_data ()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines