From: ayin Date: Wed, 6 Feb 2008 10:44:45 +0000 (+0000) Subject: Fix build with rxvt style scrollbar enabled. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=04fd275275c7b6b556060486e56794bca23b5068;p=dana%2Furxvt.git Fix build with rxvt style scrollbar enabled. --- diff --git a/src/scrollbar.C b/src/scrollbar.C index a55c1d66..c676cbf7 100644 --- a/src/scrollbar.C +++ b/src/scrollbar.C @@ -231,13 +231,13 @@ scrollBar_t::setup (rxvt_term *term) # ifdef RXVT_SCROLLBAR if (! term->option (Opt_scrollBar_floating) && style == R_SB_RXVT) - scrollBar.shadow = SHADOW_WIDTH; + shadow = SHADOW_WIDTH; # endif this->style = style; this->width = width; - /* scrollBar.align = R_SB_ALIGN_CENTRE; */ + /* align = R_SB_ALIGN_CENTRE; */ if (scrollalign) { if (strncasecmp (scrollalign, "top", 3) == 0)